diff --git a/modules/help.py b/modules/help.py index d921b9a..5374bd2 100755 --- a/modules/help.py +++ b/modules/help.py @@ -15,7 +15,7 @@ def help(bot, trigger): name = trigger.group(2) name = name.lower() if name not in bot.commands: - return + return bot.msg("Command not found.") cmd = bot.commands[name] docstring, examples = cmd.doc if examples: