From 769489a512e9083513ab3279e368d944833b6f15 Mon Sep 17 00:00:00 2001 From: almostSouji Date: Mon, 31 May 2021 17:00:51 +0200 Subject: [PATCH] feat: include typingStart --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 0af49c0ad1aae..ee7b25e410fff 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2646,7 +2646,7 @@ declare module 'discord.js' { roleCreate: [role: Role]; roleDelete: [role: Role]; roleUpdate: [oldRole: Role, newRole: Role]; - typingStart: [channel: Channel | PartialDMChannel, user: User | PartialUser]; + typingStart: [channel: TextChannel | NewsChannel | DMChannel | PartialDMChannel, user: User | PartialUser]; userUpdate: [oldUser: User | PartialUser, newUser: User]; voiceStateUpdate: [oldState: VoiceState, newState: VoiceState]; webhookUpdate: [channel: TextChannel];