types(WebhooksUpdate): Allow NewsChannels (#6749)

Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
This commit is contained in:
Jiralite
2021-10-03 21:53:20 +01:00
committed by GitHub
parent 7129965423
commit abf158dc94
2 changed files with 3 additions and 3 deletions

2
typings/index.d.ts vendored
View File

@@ -3449,7 +3449,7 @@ export interface ClientEvents {
typingStart: [typing: Typing];
userUpdate: [oldUser: User | PartialUser, newUser: User];
voiceStateUpdate: [oldState: VoiceState, newState: VoiceState];
webhookUpdate: [channel: TextChannel];
webhookUpdate: [channel: TextChannel | NewsChannel];
/** @deprecated Use interactionCreate instead */
interaction: [interaction: Interaction];
interactionCreate: [interaction: Interaction];