From 09489e2b9fad4499539043da6b3228e3a08e9796 Mon Sep 17 00:00:00 2001 From: Crawl Date: Sat, 1 Apr 2017 21:19:39 +0200 Subject: [PATCH] Fix indent on 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 3a2aa0099..47c456779 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -152,7 +152,7 @@ class Guild { */ this.verificationLevel = data.verification_level; - /** + /** * The explicit content filter level of the guild. * @type {number} */