Webpack build for branch 11.3-dev: 3df3741922

This commit is contained in:
Travis CI 2018-02-05 12:08:15 +00:00
parent 3479cfb4d9
commit af461110cc
2 changed files with 4 additions and 1 deletions

View file

@ -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);

File diff suppressed because one or more lines are too long