mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +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:
@@ -84,6 +84,7 @@ class ChannelStore extends DataStore {
|
||||
* Resolves a ChannelResolvable to a Channel object.
|
||||
* @method resolve
|
||||
* @memberof ChannelStore
|
||||
* @instance
|
||||
* @param {ChannelResolvable} channel The channel resolvable to resolve
|
||||
* @returns {?Channel}
|
||||
*/
|
||||
@@ -92,6 +93,7 @@ class ChannelStore extends DataStore {
|
||||
* Resolves a ChannelResolvable to a channel ID string.
|
||||
* @method resolveID
|
||||
* @memberof ChannelStore
|
||||
* @instance
|
||||
* @param {ChannelResolvable} channel The channel resolvable to resolve
|
||||
* @returns {?string}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user