command / me.schlaubi.regnumutils.common.messaging / EmbedUtil / loading

loading

@NotNull open static fun loading(@Nullable title: @Nullable String?, @Nullable description: @Nullable String?): @NotNull EmbedBuilder

Helper method for basic loading-embed.

Parameters

title - String?: the title of the embed

description - String?: the description of the embed

Return
EmbedBuilder: the embed's builder

@NotNull open static fun loading(@Nullable description: @Nullable String?): @NotNull EmbedBuilder

Helper method for small loading-embed.

Parameters

description - String?: the description of the embed

Return
EmbedBuilder: the embed's builder