LeoTheHuman пре 8 година
родитељ
комит
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):

Loading…
Откажи
Сачувај