mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
backport: deleted property
This commit is contained in:
@@ -38,6 +38,7 @@ class GuildDeleteAction extends Action {
|
||||
} else {
|
||||
guild = this.deleted.get(data.id) || null;
|
||||
}
|
||||
if (guild) guild.deleted = true;
|
||||
|
||||
return { guild };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user