Class DiscordMessages
java.lang.Object
me.remigio07.chatplugin.api.common.discord.DiscordMessages
Class containing implementations of
DiscordMessage.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRepresents the ban messages.static enumRepresents the kick messages.static enumRepresents the main messages.static @interfaceAnnotation used to describe the arguments of aDiscordMessage'sDiscordMessage.getEmbed(Object...)method.static enumRepresents the misc messages.static enumRepresents the mute messages.static enumNot available yet.static enumNot available yet.static enumRepresents the warning messages. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]Array containing the supported embed options. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMBED_OPTIONS
Array containing the supported embed options.The "fields" option is also supported but unlike the others it represents a map of keys-values and not just a key-value pair, so it is handled in a different way.
Content: ["title.text", "title.url", "description", "image", "thumbnail", "author.text", "author.url", "author.icon-url", "footer.text", "footer.icon-url", "color"]
-
-
Constructor Details
-
DiscordMessages
public DiscordMessages()
-