docs: move embeds field into BaseMessageOptions (#5902)

This commit is contained in:
Shubham Parihar
2021-06-22 19:55:18 +05:30
committed by GitHub
parent edf6f0ca70
commit 6cebeae15e
4 changed files with 2 additions and 6 deletions

View File

@@ -92,7 +92,6 @@ class Webhook {
* @typedef {BaseMessageOptions} WebhookMessageOptions
* @property {string} [username=this.name] Username override for the message
* @property {string} [avatarURL] Avatar URL override for the message
* @property {MessageEmbed[]|Object[]} [embeds] An array of embeds for the message
*/
/**