-
Notifications
You must be signed in to change notification settings - Fork 1
Class: ReplyEmbed
Gorciu edited this page Nov 19, 2025
·
2 revisions
This class is responsible for replacing Discord.JS's EmbedBuilder with something compatibile with the Translations API. Backwards compatibile with EmbedBuilder.
- APIEmbed
- APIEmbedField
- APIEmbedFooter
- EmbedAuthorOptions
- EmbedBuilder
- RestOrArray
- PredefinedColors, RarelyUsedColors from src/util/color.js
- Translations API
- setAuthor(author: EmbedAuthorOptions)
- setColor(color: PredefinedColors | RarelyUsedColors |
#${number | string}) - setDescription(desc: string)
- setTitle(title: string)
- setFields(...fields: RestOrArray)
- addFields(...fields: RestOrArray)
- setFooter(footer: APIEmbedFooter)
- setImage(img: string)
- setThumbnail(img: string)
- setURL(url: string)
- setTimestamp(timestamp?: Date | number | null)
- toJSON()
Made with ❤️ by Eclairbakery
Suggest a page in the issues.