From 776a375e7c71cdcf5c5a5b21d74245f52177d4f8 Mon Sep 17 00:00:00 2001 From: almostSouji Date: Wed, 25 Nov 2020 23:04:19 +0100 Subject: [PATCH] docs: possibly undefined --- src/structures/Role.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/structures/Role.js b/src/structures/Role.js index a534fe78aaf5..9656adb48591 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -86,9 +86,9 @@ class Role extends Base { /** * The tags this role has * @type {?Object} - * @property {?Snowflake} botID The id of the bot this role belongs to - * @property {?Snowflake} integrationID The id of the integration this role belongs to - * @property {?true} premiumSubscriberRole Whether this is the guild's premium subscription role + * @property {?Snowflake} [botID] The id of the bot this role belongs to + * @property {?Snowflake} [integrationID] The id of the integration this role belongs to + * @property {?true} [premiumSubscriberRole] Whether this is the guild's premium subscription role */ this.tags = data.tags ? {} : null; if (data.tags) {