From 9425b776a8e0292e7167e7766b850ff67846ab66 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 21 Jul 2017 00:14:03 +0000 Subject: [PATCH] Webpack build for branch master: 7a27b12b2b5ecc4e31c4fb58020acc47b297cf51 --- discord.master.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.master.js b/discord.master.js index cf948e74..17e16f84 100644 --- a/discord.master.js +++ b/discord.master.js @@ -12720,7 +12720,7 @@ class GroupDMChannel extends Channel { /** * The user ID of this Group DM's owner - * @type {string} + * @type {Snowflake} */ this.ownerID = data.owner_id; @@ -12732,7 +12732,7 @@ class GroupDMChannel extends Channel { /** * Application ID of the application that made this Group DM, if applicable - * @type {?string} + * @type {?Snowflake} */ this.applicationID = data.application_id;