Merge branch 'master' into python3.5

This commit is contained in:
Tulir Asokan
2018-02-14 23:35:33 +02:00
6 changed files with 114 additions and 58 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class CommandHandler:
evt.command = ""
command = sender.command_status["next"]
else:
command = command_handlers["unknown_command"]
command = command_handlers["unknown-command"]
try:
await command(evt)
except FloodWaitError as e: