mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Fixed server update listener
This commit is contained in:
@@ -13,7 +13,6 @@ var Message = (function () {
|
||||
|
||||
this.channel = channel;
|
||||
this.client = client;
|
||||
console.log("update", data);
|
||||
this.nonce = data.nonce;
|
||||
this.attachments = data.attachments;
|
||||
this.tts = data.tts;
|
||||
|
||||
Reference in New Issue
Block a user