Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Help Sub Bot

Aaron Graubert edited this page Nov 13, 2018 · 1 revision

Help

This sub-bot adds a help system for assisting users in using the commands at their disposal. To enable this suite, call EnableHelp on a CoreBot or pass EnableHelp to CoreBot.EnableAll

Commands

  • !ouch : Starts a new help session

    The bot sends a DM to the user to ask about what they need help with. The user can respond with the name of any command they have permissions to use, or 'all' to get help with all commands. The bot responds with the help text for the requested command(s). Help text is read from the docstring of the command handler

Clone this wiki locally