mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +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.
|
* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user