| Package | Description |
|---|---|
| me.croabeast.beanslib.discord |
| Modifier and Type | Method and Description |
|---|---|
EmbedObject |
EmbedObject.setAuthor(String name,
String url,
String icon)
Set the author for the embed object.
|
EmbedObject |
EmbedObject.setColor(String color)
Set the color for the embed object.
|
EmbedObject |
EmbedObject.setDescription(String text)
Set the description for the embed object.
|
EmbedObject |
EmbedObject.setFooter(String text,
String icon)
Set the footer for the embed object.
|
EmbedObject |
EmbedObject.setImage(String url)
Set the image URL for the embed object.
|
EmbedObject |
EmbedObject.setThumbnail(String url)
Set the thumbnail for the embed object.
|
EmbedObject |
EmbedObject.setTitle(String text)
Set the title for the embed object.
|
EmbedObject |
EmbedObject.setUrl(String text)
Set the URL for the embed object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawWebhook.addEmbed(EmbedObject embed)
Adds an embed object to the
RawWebhook.embeds list. |
Copyright © 2023. All rights reserved.