mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
I think I got ChannelUpdate working??
This commit is contained in:
@@ -100,7 +100,6 @@ class ClientDataStore extends AbstractDataStore{
|
||||
UpdateChannel(currentChannel, newData) {
|
||||
let oldChannel = CloneObject(currentChannel);
|
||||
currentChannel.setup(newData);
|
||||
this.client.emit(Constants.Events.CHANNEL_UPDATE, oldChannel, currentChannel);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user