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

warn

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

Helper method for basic warn-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 warn(@Nullable description: @Nullable String?): @NotNull EmbedBuilder

Helper method for small warn-embed.

Parameters

description - String?: the description of the embed

Return
EmbedBuilder: the embed's builder