Commands should not care what case they are in. However, arguments should remain case-sensitive.
done when: all commands can be recognized regardless of their case; e.g. animeme and ANIMEME result in the same action. This must be true for all commands.
Commands should not care what case they are in. However, arguments should remain case-sensitive.
done when: all commands can be recognized regardless of their case; e.g.
animeme
andANIMEME
result in the same action. This must be true for all commands.