mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Fix doc string
This commit is contained in:
@@ -311,7 +311,7 @@ class Guild {
|
|||||||
return this.client.user.settings.guildPositions.indexOf(this.id);
|
return this.client.user.settings.guildPositions.indexOf(this.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* The `@everyone` Role of the guild.
|
* The `@everyone` Role of the guild.
|
||||||
* @type {Role}
|
* @type {Role}
|
||||||
* @readonly
|
* @readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user