@NotNull open static fun info(@Nullable title: @Nullable String?, @Nullable description: @Nullable String?): @NotNull EmbedBuilder
Helper method for basic info-embed.
title
- String?: the title of the embed
description
- String?: the description of the embed
Return
EmbedBuilder: the embed's builder
@NotNull open static fun info(@Nullable description: @Nullable String?): @NotNull EmbedBuilder
Helper method for small info-embed.
description
- String?: the description of the embed
Return
EmbedBuilder: the embed's builder