diff --git a/discord.data-store-refactor.js b/discord.data-store-refactor.js index c4bb1530..10fb305f 100644 --- a/discord.data-store-refactor.js +++ b/discord.data-store-refactor.js @@ -4589,7 +4589,7 @@ class Message extends Base { /** * A collection of reactions to this message, mapped by the reaction ID - * @type {Collection} + * @type {ReactionStore} */ this.reactions = new ReactionStore(this); if (data.reactions && data.reactions.length > 0) { @@ -6441,7 +6441,7 @@ class Guild extends Base { /** * A collection of channels that are in this guild. The key is the channel's ID, the value is the channel - * @type {Collection} + * @type {GuildChannelStore} */ this.channels = new GuildChannelStore(this);