mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 06:01:03 +00:00
Webpack build for branch 11.3-dev: 3df3741922
This commit is contained in:
parent
3479cfb4d9
commit
af461110cc
2 changed files with 4 additions and 1 deletions
|
|
@ -20590,6 +20590,9 @@ class GuildDeleteAction extends Action {
|
|||
};
|
||||
}
|
||||
|
||||
for (const channel of guild.channels.values()) this.client.channels.delete(channel.id);
|
||||
if (guild.voiceConnection) guild.voiceConnection.disconnect();
|
||||
|
||||
// Delete guild
|
||||
client.guilds.delete(guild.id);
|
||||
this.deleted.set(guild.id, guild);
|
||||
|
|
|
|||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue