@NotNull open static fun success(@Nullable title: @Nullable String?, @Nullable description: @Nullable String?): @NotNull EmbedBuilder
Helper method for basic success-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 success(@Nullable description: @Nullable String?): @NotNull EmbedBuilder
Helper method for small success-embed.
description
- String?: the description of the embed
Return
EmbedBuilder: the embed's builder