[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Converts user input to lowercase and trims extra spaces at the beginning and end of the input.
This allows users to input the command without having to match the format exactly and won't throw an error if they include extra spaces at the beginning or end of their input.
Convert input to lowercase and remove any extra spaces from beginning and end of input.
Fixes
Fixes #72 by @stallardjw
Types of changes
Description
Converts user input to lowercase and trims extra spaces at the beginning and end of the input. This allows users to input the command without having to match the format exactly and won't throw an error if they include extra spaces at the beginning or end of their input.
Preview Link
Here's my preview
Checklist: