mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Finalised event documentation for Client
This commit is contained in:
@@ -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)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user