Class Embed
java.lang.Object
org.tywrapstudios.ctd.discord.messagetypes.Embed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectget()setColor(int color) setDescription(String description) setThumbnail(Image thumbnail) setTimestamp(String timestamp)
-
Constructor Details
-
Embed
public Embed()
-
-
Method Details
-
setTitle
-
setColor
-
setDescription
-
setTimestamp
-
setUrl
-
setAuthor
-
setImage
-
setThumbnail
-
setFields
-
get
public org.json.JSONObject get()
-