thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Add command-specific help strings #9

Closed thelabcat closed 3 months ago

thelabcat commented 3 months ago

When !help command_name is called, it should give help for that specific command, which in turn means that ChatCommand should have a help_string attribute. This attribute can be set by derivative classes.