mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Fix docs.json
This commit is contained in:
parent
ef0f38930f
commit
948a18dfe2
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -554,7 +554,7 @@ class Guild {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetch a Collection of banned users in this Guild.
|
* Fetch a Collection of banned users in this Guild.
|
||||||
* @returns {Promise<String, User>}
|
* @returns {Promise<Collection<String, User>, Error>}
|
||||||
*/
|
*/
|
||||||
fetchBans() {
|
fetchBans() {
|
||||||
return this.client.rest.methods.getGuildBans(this);
|
return this.client.rest.methods.getGuildBans(this);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue