diff --git a/commands/help.py b/commands/help.py new file mode 100644 index 0000000..83535ab --- /dev/null +++ b/commands/help.py @@ -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")