mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch data-store-refactor: 8e28ce5f28474e70f767bab1d09bbe43bdcd338b
This commit is contained in:
parent
94f2820df3
commit
a873317549
2 changed files with 2 additions and 2 deletions
|
|
@ -26562,7 +26562,7 @@ class ChannelStore extends DataStore {
|
|||
default: // eslint-disable-line no-case-declarations
|
||||
guild = guild || this.client.guilds.get(data.guild_id);
|
||||
if (!guild) {
|
||||
this.client.emit('debug', `Failed to find guild for channel ${data.id} ${data.type}`);
|
||||
this.client.emit(Constants.Events.DEBUG, `Failed to find guild for channel ${data.id} ${data.type}`);
|
||||
return null;
|
||||
}
|
||||
channel = guild.channels.create(data);
|
||||
|
|
|
|||
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