mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
@@ -26,6 +26,12 @@ class Message extends Base {
|
|||||||
*/
|
*/
|
||||||
this.channel = channel;
|
this.channel = channel;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether this message has been deleted
|
||||||
|
* @type {boolean}
|
||||||
|
*/
|
||||||
|
this.deleted = false;
|
||||||
|
|
||||||
if (data) this._patch(data);
|
if (data) this._patch(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -157,12 +163,6 @@ class Message extends Base {
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this._edits = [];
|
this._edits = [];
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether this message has been deleted
|
|
||||||
* @type {boolean}
|
|
||||||
*/
|
|
||||||
this.deleted = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user