diff --git a/src/structures/GroupDMChannel.js b/src/structures/GroupDMChannel.js index ba417143b..8c16257b4 100644 --- a/src/structures/GroupDMChannel.js +++ b/src/structures/GroupDMChannel.js @@ -54,7 +54,7 @@ class GroupDMChannel extends Channel { /** * The user ID of this Group DM's owner - * @type {string} + * @type {Snowflake} */ this.ownerID = data.owner_id; @@ -66,7 +66,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;