The CustomCommands cog throws an error into the console if a message processed in the on_message listener happens to start with a prefix and a space following right after.
How can we reproduce this issue?
Have CC loaded
[p]cc add simple bugtest This command is for bug testing only!
Other bugs
The CustomCommands cog throws an error into the console if a message processed in the
on_message
listener happens to start with a prefix and a space following right after.How can we reproduce this issue?
[p]cc add simple bugtest This command is for bug testing only!
[p] test
(notice the space after the prefix)Haven't tested if this is still the case without any CC added. Traceback: https://i.imgur.com/SQdk8ot.png
Python 3.7.1, Red 3.1.1, D.py 1.0.1