Browse Source

Added args to /ask

master
LeoTheHuman 8 years ago
parent
commit
a1fe1d043e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      magic-judge-telegram-bot.py

+ 1
- 1
magic-judge-telegram-bot.py View File

@@ -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…
Cancel
Save