mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Presence tracking
This commit is contained in:
@@ -28,6 +28,7 @@ class GuildDeleteHandler extends AbstractHandler {
|
||||
} else {
|
||||
// delete guild
|
||||
client.store.KillGuild(guild);
|
||||
this.packetManager.ws.checkIfReady();
|
||||
}
|
||||
} else {
|
||||
// it's not there! :(
|
||||
|
||||
Reference in New Issue
Block a user