diff --git a/discord.data-store-refactor.js b/discord.data-store-refactor.js index 698924c3..0836b170 100644 --- a/discord.data-store-refactor.js +++ b/discord.data-store-refactor.js @@ -8683,7 +8683,7 @@ class TextBasedChannel { constructor() { /** * A collection containing the messages sent to this channel - * @type {Collection} + * @type {MessageStore} */ this.messages = new MessageStore(this);