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
|
||||
from disnake import ChannelType
|
||||
|
||||
ALPHABET = list("abcdefghijklmnopqrstuvwxyz")
|
||||
ALPHABET = list("abcdefghijklmnopqrstuvwxyz ")
|
||||
|
||||
COMMON_WORDS = [
|
||||
# common words
|
||||
|
@ -63,6 +63,7 @@ COMMON_WORDS = [
|
|||
"theirs",
|
||||
"themself",
|
||||
"themselves",
|
||||
"a" * 100,
|
||||
]
|
||||
|
||||
TESTS = list(
|
||||
|
|
Loading…
Reference in a new issue