We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 864cab1 + 9209ddf commit 314c066Copy full SHA for 314c066
src/structures/webhook.ts
@@ -116,7 +116,8 @@ export class Webhook {
116
tts: (option as WebhookMessageOptions)?.tts,
117
allowed_mentions: (option as WebhookMessageOptions)?.allowedMentions,
118
username: undefined as undefined | string,
119
- avatar_url: undefined as undefined | string
+ avatar_url: undefined as undefined | string,
120
+ components: (option as WebhookMessageOptions)?.components
121
}
122
123
if ((option as WebhookMessageOptions)?.name !== undefined) {
0 commit comments