From bef0523ebf4c1edb7855ea2e58244061e7505ded Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 14 Dec 2016 13:04:40 -0500 Subject: [PATCH] Capitalise ID in Guild#applicationId --- 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 83aae6a71..33cbb2425 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -118,7 +118,7 @@ class Guild { * The ID of the application that created this guild (if applicable) * @type {?string} */ - this.applicationId = data.application_id; + this.applicationID = data.application_id; /** * A collection of emojis that are in this guild. The key is the emoji's ID, the value is the emoji.