mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 09:12:22 +00:00
Webpack build for branch data-store-refactor: 8d3869ca22ffc3b50262f6d30b14d926a946c938
This commit is contained in:
parent
ff65f2a809
commit
d9458eb8af
1 changed files with 0 additions and 3 deletions
|
|
@ -8684,21 +8684,18 @@ class TextBasedChannel {
|
|||
/**
|
||||
* A collection containing the messages sent to this channel
|
||||
* @type {Collection<Snowflake, Message>}
|
||||
* @memberof TextBasedChannel
|
||||
*/
|
||||
this.messages = new MessageStore(this);
|
||||
|
||||
/**
|
||||
* The ID of the last message in the channel, if one was sent
|
||||
* @type {?Snowflake}
|
||||
* @memberof TextBasedChannel
|
||||
*/
|
||||
this.lastMessageID = null;
|
||||
|
||||
/**
|
||||
* The Message object of the last message in the channel, if one was sent
|
||||
* @type {?Message}
|
||||
* @memberof TextBasedChannel
|
||||
*/
|
||||
this.lastMessage = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue