Skip to content

Commit

Permalink
Filters: up character limit to 4,200
Browse files Browse the repository at this point in the history
Since Discord Nitro now unlock a 4,000 character limit, some of our code broke, including our filters which limit you to only post up to 3,000 character in 10s. This limit has been upped to 4,200.

I added 200 characters so if a full length message is sent with another small comment it wouldn't trigger the filter. I can think of some past instances where that would have happened.
  • Loading branch information
Akarys42 authored Jun 19, 2021
1 parent 6875901 commit d4daa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ anti_spam:

chars:
interval: 5
max: 3_000
max: 4_200

discord_emojis:
interval: 10
Expand Down

0 comments on commit d4daa9c

Please sign in to comment.