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:
bdistin
2017-09-08 17:16:43 -05:00
committed by Crawl
parent 67c239b33f
commit 4748577194
6 changed files with 30 additions and 18 deletions

View File

@@ -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}
*/