From 7f46c12b6ea7531ee3df4945d1666bfcd6471380 Mon Sep 17 00:00:00 2001 From: PinLin Date: Mon, 14 Aug 2017 17:03:26 +0800 Subject: [PATCH] fix switch screen from question to question list --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4035e0f..c20d38f 100644 --- a/bot.py +++ b/bot.py @@ -56,7 +56,7 @@ def on_chat(msg): if user.check_online() == True: user.display_main() - elif command[0] == '/question' or command[0] == 'ι‘ŒεΊ«πŸ“' or command[0] == 'ζ›΄ζ–°πŸ”ƒ': + elif command[0] == '/question' or command[0] == 'ι‘ŒεΊ«πŸ“' or command[0] == 'ε›žι‘ŒεΊ«πŸ“' or command[0] == 'ζ›΄ζ–°πŸ”ƒ': if user.check_online() == True: if len(command) > 1: user.display_question(command[1])