This may have been posted/created I'm trying to clear it up. I've noticed this thread and it somewhat is related to this.
Request/ability to edit the bot's response to !help or at least update it because in the current stable version the response is
I have my bot currently on v0.9.8 on Linux Debian 9 (Stretch). (Plan to update to 0.9.9 since i noticed the beta thread). Here are 3 ways this should be done.
Example 1:
Example 2:
Example 3:
User edited file the bot will read as the response to the user when asking for !help
Request/ability to edit the bot's response to !help or at least update it because in the current stable version the response is
and that's it, unless I'm missing a secret keyword, that's all that shows. New people when i give them access to the bot are too lazy to log into the web interface and look at the commands and I would expect that when you PM the bot !help, the list of commands is given to youHello, I'm the TS3Soundboard Bot. At your service.
I have my bot currently on v0.9.8 on Linux Debian 9 (Stretch). (Plan to update to 0.9.9 since i noticed the beta thread). Here are 3 ways this should be done.
Example 1:
Code:
User: !help
Bot: Hi! I'm SinusBot made by Michael Friese. How can I help you?
Bot: Usage, Settings, Web, etc. Type !help <category> for more information
User: !help usage
Bot: *lists all commands*
Bot: Type !help <catergory> <command> for more informatiom
User: !help usage <command>
Bot: *command explanation used from web interfae*
Example 2:
Code:
User: !help
Bot: Hi! I'm SinusBot made by Michael Friese. How can I help you?
User: !help <keyword>
Bot: *lists possible help based off of keyword*
User: !commands
Bot: *lists commands ONLY accessible by user*
Example 3:
User edited file the bot will read as the response to the user when asking for !help