LeoTheHuman 8 лет назад
Родитель
Сommit
a1fe1d043e
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      magic-judge-telegram-bot.py

+ 1
- 1
magic-judge-telegram-bot.py Просмотреть файл

@@ -227,7 +227,7 @@ def comp_rules(bot, update, args):
text = '\n'.join(['<b>{}</b> {}'.format(name, crData['glossary'][name]) for name in sorted(nameCandidates)])
update.message.reply_text(text, parse_mode='HTML', quote = False)

def ask(bot, update):
def ask(bot, update, args):
pass

def dispatcher_setup(dispatcher):

Загрузка…
Отмена
Сохранить