Skip to content

Commit

Permalink
Remove muteRole mention
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUntraceable committed Dec 24, 2021
1 parent 74ac506 commit 0fc056a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ declare module 'discord-anti-spam' {
bannedUsers: Snowflake[];
kickedUsers: Snowflake[];
warnedUsers: Snowflake[];
mutedUsers: Snowflake[];
};

type AntiSpamOptions = {
Expand Down Expand Up @@ -81,7 +80,6 @@ declare module 'discord-anti-spam' {
kickEnabled?: boolean;
banEnabled?: boolean;
muteEnabled?: boolean;
muteRoleName?: String;
modLogsChannelName?: string;
modLogsEnabled?: boolean;
removeMessages?: boolean;
Expand Down

0 comments on commit 0fc056a

Please sign in to comment.