From 72bf022345d15512737859cdc9d0bb7962073728 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 19 Dec 2024 01:14:45 -0500 Subject: [PATCH] catch additional abuse cases --- nomen/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomen/utils.py b/nomen/utils.py index 9b5b1ba..61bde64 100644 --- a/nomen/utils.py +++ b/nomen/utils.py @@ -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(