Webpack build for branch 11.3-dev: fb6d14d099

This commit is contained in:
Travis CI 2017-12-04 04:40:46 +00:00
parent 2adc6198a2
commit dc96b33162
2 changed files with 2 additions and 1 deletions

View file

@ -18340,6 +18340,7 @@ class ClientDataManager {
if (channel && !already) {
if (this.pastReady) this.client.emit(Constants.Events.CHANNEL_CREATE, channel);
this.client.channels.set(channel.id, channel);
return channel;
} else if (already) {
return channel;
}

File diff suppressed because one or more lines are too long