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 a4ec0f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions packages/discord.js/src/structures/AutoModRule.js
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
1 change: 0 additions & 1 deletion packages/discord.js/typings/index.d.ts
Expand Up @@ -285,7 +285,6 @@ export class AutoModRule extends Base {
public enabled: boolean;
public exemptRoles: Snowflake[];
public exemptChannels: Snowflake[];
public position: number;
}

export abstract class Application extends Base {
Expand Down

0 comments on commit a4ec0f8

Please sign in to comment.