Add help command

It may just point to a page, but that's okay. The page has the help you need.
This commit is contained in:
Robert Miles 2020-09-20 04:32:40 +00:00
parent db34fe0717
commit 3664c0412e
1 changed files with 5 additions and 0 deletions

5
commands/help.py Normal file
View File

@ -0,0 +1,5 @@
import plugin
@plugin.command("help")
def help(bot,channel,nick,*args):
bot.say(channel,nick+": https://khuxkm.tilde.team/cosmicbot_help.php")