wow so cute

This commit is contained in:
2017-08-24 02:24:09 +08:00
parent 74384636c2
commit 1760c54676

5
bot.py
View File

@ -110,7 +110,10 @@ def on_chat(msg):
user.list_passers()
elif command[0] == '回題目📜':
user.display_question(chat_id ,user.question)
else:
if chat_type == 'private':
bot.sendMessage(chat_id, "(ˊ・ω・ˋ)")
elif content_type == 'document':
if user.status == '上傳答案' or user.status == '查看題目':
if user.check_online() == True: