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:
@@ -24,6 +24,12 @@ class Channel {
|
||||
*/
|
||||
this.type = null;
|
||||
|
||||
/**
|
||||
* Whether the channel has been deleted
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.deleted = false;
|
||||
|
||||
if (data) this.setup(data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user