catch additional abuse cases
This commit is contained in:
parent
e586a18846
commit
72bf022345
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ from itertools import chain
|
||||||
import re2 as re
|
import re2 as re
|
||||||
from disnake import ChannelType
|
from disnake import ChannelType
|
||||||
|
|
||||||
ALPHABET = list("abcdefghijklmnopqrstuvwxyz")
|
ALPHABET = list("abcdefghijklmnopqrstuvwxyz ")
|
||||||
|
|
||||||
COMMON_WORDS = [
|
COMMON_WORDS = [
|
||||||
# common words
|
# common words
|
||||||
|
@ -63,6 +63,7 @@ COMMON_WORDS = [
|
||||||
"theirs",
|
"theirs",
|
||||||
"themself",
|
"themself",
|
||||||
"themselves",
|
"themselves",
|
||||||
|
"a" * 100,
|
||||||
]
|
]
|
||||||
|
|
||||||
TESTS = list(
|
TESTS = list(
|
||||||
|
|
Loading…
Reference in a new issue