mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +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:
@@ -22,6 +22,7 @@ class GuildStore extends DataStore {
|
||||
* Resolves a GuildResolvable to a Guild object.
|
||||
* @method resolve
|
||||
* @memberof GuildStore
|
||||
* @instance
|
||||
* @param {GuildResolvable} guild The guild resolvable to identify
|
||||
* @returns {?Guild}
|
||||
*/
|
||||
@@ -30,6 +31,7 @@ class GuildStore extends DataStore {
|
||||
* Resolves a GuildResolvable to a Guild ID string.
|
||||
* @method resolveID
|
||||
* @memberof GuildStore
|
||||
* @instance
|
||||
* @param {GuildResolvable} guild The guild resolvable to identify
|
||||
* @returns {?string}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user