mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch data-store-refactor: 2d2f7929972dbee770bfd3576f5af6e0c6bd7cbe
This commit is contained in:
parent
bae3ddf22b
commit
a3c56e6796
2 changed files with 2 additions and 2 deletions
|
|
@ -26253,7 +26253,7 @@ class ChannelStore extends DataStore {
|
|||
const ChannelModel = data.type === Constants.ChannelTypes.TEXT ? TextChannel : VoiceChannel;
|
||||
const guild = this.client.guilds.get(data.guild_id);
|
||||
channel = new ChannelModel(guild, data);
|
||||
guild.channels.set(channel.id, guild);
|
||||
guild.channels.set(channel.id, channel);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
discord.data-store-refactor.min.js
vendored
2
discord.data-store-refactor.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue