mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types: remove typings for Client#disconnect event (#5469)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user