CactusDev/CactusBot

!multi with no arguments has an unhelpful help message

RPiAwesomeness opened this issue · 2 comments

What is the issue?

Running just !multi returns Not enough arguments. <>. This is rather unhelpful and should be fixed. If it can't be done programmatically, then we'll have to hard-code it.

command.py needs to include support for *args in message.

Fixed in #281.

image