mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 07:42:36 +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.
|
||||
* @returns {Promise<String, User>}
|
||||
* @returns {Promise<Collection<String, User>, Error>}
|
||||
*/
|
||||
fetchBans() {
|
||||
return this.client.rest.methods.getGuildBans(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue