mirror of
https://github.com/danbulant/discord.js
synced 2026-09-20 06:53:53 +00:00
Webpack build for branch data-store-refactor: ef8cdfd649740b8ae99054dd23b5a3ae55726040
This commit is contained in:
parent
ba53e234a5
commit
1231677817
1 changed files with 1 additions and 1 deletions
|
|
@ -8683,7 +8683,7 @@ class TextBasedChannel {
|
||||||
constructor() {
|
constructor() {
|
||||||
/**
|
/**
|
||||||
* A collection containing the messages sent to this channel
|
* A collection containing the messages sent to this channel
|
||||||
* @type {Collection<Snowflake, Message>}
|
* @type {MessageStore<Snowflake, Message>}
|
||||||
*/
|
*/
|
||||||
this.messages = new MessageStore(this);
|
this.messages = new MessageStore(this);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue