mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
Fix DataStore cleanup docs (#1911)
* fix RoleStore Docs * fix ChannelStore docs * fix GuildChannelStore docs * fix GuildStore docs * fix MessageStore docs * fix ReactionStore docs
This commit is contained in:
@@ -31,6 +31,7 @@ class GuildChannelStore extends DataStore {
|
||||
* Resolves a GuildChannelResolvable to a Channel object.
|
||||
* @method resolve
|
||||
* @memberof GuildChannelStore
|
||||
* @instance
|
||||
* @param {GuildChannelResolvable} channel The GuildChannel resolvable to resolve
|
||||
* @returns {?Channel}
|
||||
*/
|
||||
@@ -39,6 +40,7 @@ class GuildChannelStore extends DataStore {
|
||||
* Resolves a GuildChannelResolvable to a channel ID string.
|
||||
* @method resolveID
|
||||
* @memberof GuildChannelStore
|
||||
* @instance
|
||||
* @param {GuildChannelResolvable} channel The GuildChannel resolvable to resolve
|
||||
* @returns {?string}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user