So, I have an admin command system I’m working on for fun, and I am wondering how to detect all capitalization, would I use a special library module, or is it not possible. I’m trying to keep my code as organized as possible too.
Use string.lower() on the user input and make sure your commands are lowercase in the reference table/list.
1 Like
Alrighty, thanks a bundle! ( 3 0 characters, ignore this)