types: remove typings for Client#disconnect event (#5469)

This commit is contained in:
Shubham Parihar
2021-04-03 18:31:20 +05:30
committed by GitHub
parent 3af8179878
commit a4d09ab0a8

2
typings/index.d.ts vendored
View File

@@ -418,7 +418,6 @@ declare module 'discord.js' {
VOICE_BROADCAST_UNSUBSCRIBE: 'unsubscribe';
TYPING_START: 'typingStart';
WEBHOOKS_UPDATE: 'webhookUpdate';
DISCONNECT: 'disconnect';
RECONNECTING: 'reconnecting';
ERROR: 'error';
WARN: 'warn';
@@ -2391,7 +2390,6 @@ declare module 'discord.js' {
channelUpdate: [oldChannel: Channel, newChannel: Channel];
debug: [message: string];
warn: [message: string];
disconnect: [closeEvent: any, status: number];
emojiCreate: [emoji: GuildEmoji];
emojiDelete: [emoji: GuildEmoji];
emojiUpdate: [oldEmoji: GuildEmoji, newEmoji: GuildEmoji];