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])