Skip to content

Commit

Permalink
docs(WebhookEditOptions): Add all of the types (#9776)
Browse files Browse the repository at this point in the history
docs(WebhookEditOptions): add all the types

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Aug 14, 2023
1 parent c1ff545 commit d5be424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/discord.js/src/structures/Webhook.js
Expand Up @@ -264,7 +264,8 @@ class Webhook {
* @typedef {Object} WebhookEditOptions
* @property {string} [name=this.name] The new name for the webhook
* @property {?(BufferResolvable)} [avatar] The new avatar for the webhook
* @property {GuildTextChannelResolvable} [channel] The new channel for the webhook
* @property {GuildTextChannelResolvable|VoiceChannel|StageChannel|ForumChannel} [channel]
* The new channel for the webhook
* @property {string} [reason] Reason for editing the webhook
*/

Expand Down

0 comments on commit d5be424

Please sign in to comment.