mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
backport: deleted property
This commit is contained in:
@@ -49,6 +49,12 @@ class Guild {
|
||||
*/
|
||||
this.presences = new Collection();
|
||||
|
||||
/**
|
||||
* Whether the bot has been removed from the guild
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.deleted = false;
|
||||
|
||||
if (!data) return;
|
||||
if (data.unavailable) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user