mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Fix docs.json
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user