Fix docs.json

This commit is contained in:
Amish Shah
2016-08-27 22:52:16 +01:00
parent ef0f38930f
commit 948a18dfe2
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -554,7 +554,7 @@ class Guild {
/**
* Fetch a Collection of banned users in this Guild.
* @returns {Promise<String, User>}
* @returns {Promise<Collection<String, User>, Error>}
*/
fetchBans() {
return this.client.rest.methods.getGuildBans(this);