diff --git a/main.py b/main.py index 7445d9a..13cfb4c 100644 --- a/main.py +++ b/main.py @@ -120,6 +120,7 @@ class QueryBot(slixmpp.ClientXMPP): if keyword == '!help': reply.append(StaticAnswers().gen_help()) + continue try: target = words[index + 1]