mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Updated docs
This commit is contained in:
@@ -1389,7 +1389,7 @@ var InternalClient = (function () {
|
||||
|
||||
if (channel instanceof PMChannel) {
|
||||
//PM CHANNEL
|
||||
client.emit("channelUpdated", self.private_channels.update(channel, new PMChannel(data, client)));
|
||||
client.emit("channelUpdated", channel, self.private_channels.update(channel, new PMChannel(data, client)));
|
||||
} else {
|
||||
if (channel.server) {
|
||||
if (channel.type === "text") {
|
||||
|
||||
Reference in New Issue
Block a user