Class DiscordMessages
java.lang.Object
me.remigio07.chatplugin.api.common.discord.DiscordMessages
Class containing implementations of
DiscordMessage
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Represents the ban messages.static enum
Represents the kick messages.static enum
Represents the main messages.static @interface
Annotation used to describe the arguments of aDiscordMessage
'sDiscordMessage.getEmbed(Object...)
method.static enum
Represents the misc messages.static enum
Represents the mute messages.static enum
Not available yet.static enum
Not available yet.static enum
Represents the warning messages. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String[]
Array containing the supported embed options. -
Constructor Summary
-
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()
-