Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Jul 11, 2020
1 parent 3e6091d commit d1fd5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Role.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Role extends Base {
* @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} premiumSubcriberRole Whether this is the guild's premium subscription role
* @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 d1fd5e1

Please sign in to comment.