Webpack build for branch data-store-refactor: 8e28ce5f28474e70f767bab1d09bbe43bdcd338b

This commit is contained in:
Travis CI 2017-08-21 15:51:43 +00:00
parent 94f2820df3
commit a873317549
2 changed files with 2 additions and 2 deletions

View file

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

File diff suppressed because one or more lines are too long