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(