!multi with no arguments has an unhelpful help message
RPiAwesomeness opened this issue · 2 comments
RPiAwesomeness commented
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.
2Cubed commented
command.py
needs to include support for *args
in message
.