mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
I think I got ChannelUpdate working??
This commit is contained in:
@@ -20,10 +20,6 @@ class MessageUpdateHandler extends AbstractHandler {
|
||||
|
||||
let response = client.actions.MessageUpdate.handle(data);
|
||||
|
||||
if (response.old) {
|
||||
client.emit(Constants.Events.MESSAGE_UPDATE, response.old, response.updated);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user