Finalised event documentation for Client

This commit is contained in:
hydrabolt
2015-11-20 16:24:38 +00:00
parent 4f675131b9
commit 2d04728edc
2 changed files with 107 additions and 2 deletions

View File

@@ -1458,7 +1458,7 @@ class InternalClient {
if (channel instanceof PMChannel) {
//PM CHANNEL
client.emit("channelUpdated", self.private_channels.update(
client.emit("channelUpdated", channel, self.private_channels.update(
channel,
new PMChannel(data, client)
));