CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

!multi with no arguments has an unhelpful help message #264

Closed RPiAwesomeness closed 7 years ago

RPiAwesomeness commented 7 years ago

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 7 years ago

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

2Cubed commented 7 years ago

Fixed in #281.

image