diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 517df9e4c..749701bd4 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -311,7 +311,7 @@ class Guild { return this.client.user.settings.guildPositions.indexOf(this.id); } - /* + /** * The `@everyone` Role of the guild. * @type {Role} * @readonly