mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
Webpack build for branch 11.3-dev: 22da595b50
This commit is contained in:
parent
f4cba51550
commit
7a8a0a0ede
2 changed files with 4 additions and 3 deletions
|
|
@ -18204,9 +18204,10 @@ class ClientDataManager {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (channel) {
|
if (channel && !already) {
|
||||||
if (this.pastReady && !already) this.client.emit(Constants.Events.CHANNEL_CREATE, channel);
|
if (this.pastReady) this.client.emit(Constants.Events.CHANNEL_CREATE, channel);
|
||||||
this.client.channels.set(channel.id, channel);
|
this.client.channels.set(channel.id, channel);
|
||||||
|
} else if (already) {
|
||||||
return channel;
|
return channel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue