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

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