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.
1 parent 355afcc commit 5a0ece9Copy full SHA for 5a0ece9
packages/discord.js/src/structures/Webhook.js
@@ -264,7 +264,8 @@ class Webhook {
264
* @typedef {Object} WebhookEditOptions
265
* @property {string} [name=this.name] The new name for the webhook
266
* @property {?(BufferResolvable)} [avatar] The new avatar for the webhook
267
- * @property {GuildTextChannelResolvable} [channel] The new channel for the webhook
+ * @property {GuildTextChannelResolvable|VoiceChannel|StageChannel|ForumChannel} [channel]
268
+ * The new channel for the webhook
269
* @property {string} [reason] Reason for editing the webhook
270
*/
271
0 commit comments