Skip to content

Commit

Permalink
docs: possibly undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Nov 25, 2020
1 parent 455d9a5 commit 776a375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/structures/Role.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 776a375

Please sign in to comment.