@@ -31,7 +31,7 @@ def character(raw_args: Args):
"""
The !character command generates a DnD character by firing 3 commands into the chat.
- if raw_args is not None and "d20" in raw_args:
+ if "d20" in raw_args.lower():
yield "!rollstatsdumb"
else:
yield "!rollstats"