Skip to content

Commit

Permalink
refactor: remove undocumented property
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed May 19, 2022
1 parent ec512c7 commit 7e50773
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/discord.js/src/structures/AutoModRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ class AutoModRule extends Base {
* @type {Snowflake[]}
*/
this.exemptChannels = data.exempt_channels;

/**
* The position of this rule.
* @type {number}
*/
this.position = data.position;
}
}

Expand Down

0 comments on commit 7e50773

Please sign in to comment.