mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
MessageDelete handling
This commit is contained in:
@@ -20,6 +20,7 @@ class Message {
|
||||
this.embeds = data.embeds;
|
||||
this.attachments = data.attachments;
|
||||
this.mentions = [];
|
||||
this.id = data.id;
|
||||
for (let mention of data.mentions) {
|
||||
let user = this.guild.client.store.get('users', mention.id);
|
||||
if (user) {
|
||||
|
||||
Reference in New Issue
Block a user