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 SummaryFields inherited from class net.dv8tion.jda.api.EmbedBuilderURL_PATTERN, ZERO_WIDTH_SPACE
- 
Constructor SummaryConstructorsConstructorDescriptionGeneric embed with footer set to show the website and current version number of the bot.
- 
Method SummaryMethods inherited from class net.dv8tion.jda.api.EmbedBuilderaddBlankField, 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- 
GenericEmbedBuilderpublic GenericEmbedBuilder()Generic embed with footer set to show the website and current version number of the bot.
 
-