瀏覽代碼

Fixed: call to undefined 'question'

master
Alexey Chernyshov 7 年之前
父節點
當前提交
138748803d
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/magic-judge-telegram-bot.py

+ 2
- 1
src/magic-judge-telegram-bot.py 查看文件

@@ -137,7 +137,8 @@ def text(bot, update):
if len(text) < 30:
oracle_command(bot, update, text.split())
else:
question(bot, update, text)
question_command(bot, update, text)


def comp_rules_command(bot, update, args):
update.message.reply_text(documents.cr_search(args), parse_mode='HTML', quote = False)

Loading…
取消
儲存