From 96041dbd3aa8068432a3559f629053ee586a733f Mon Sep 17 00:00:00 2001 From: Crawl Date: Sun, 23 Apr 2017 08:51:07 +0200 Subject: [PATCH] Fix doc string --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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