Fix unknown command handling and delete-portal confirmation

This commit is contained in:
Tulir Asokan
2018-02-14 21:56:13 +02:00
parent 1d98e7850f
commit 192f106bfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,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: