Package com.reign.kat.lib.embeds
Class GenericEmbedBuilder
java.lang.Object
net.dv8tion.jda.api.EmbedBuilder
com.reign.kat.lib.embeds.GenericEmbedBuilder
- Direct Known Subclasses:
ExceptionEmbed
,ExceptionEmbedBuilder
,VoiceEmbed
public class GenericEmbedBuilder
extends net.dv8tion.jda.api.EmbedBuilder
-
Field Summary
Fields inherited from class net.dv8tion.jda.api.EmbedBuilder
URL_PATTERN, ZERO_WIDTH_SPACE
-
Constructor Summary
ConstructorsConstructorDescriptionGeneric embed with footer set to show the website and current version number of the bot. -
Method Summary
Methods inherited from class net.dv8tion.jda.api.EmbedBuilder
addBlankField, addField, addField, appendDescription, build, clear, clearFields, copyFrom, copyFrom, getDescriptionBuilder, getFields, isEmpty, isValidLength, length, setAuthor, setAuthor, setAuthor, setColor, setColor, setDescription, setFooter, setFooter, setImage, setThumbnail, setTimestamp, setTitle, setTitle
-
Constructor Details
-
GenericEmbedBuilder
public GenericEmbedBuilder()Generic embed with footer set to show the website and current version number of the bot.
-