Add missing command status clear

This commit is contained in:
Tulir Asokan
2018-09-10 00:14:35 +03:00
parent 4c54d9c9ea
commit 4b2cdc3d39
+1
View File
@@ -280,6 +280,7 @@ async def confirm_bridge(evt: CommandEvent) -> Optional[Dict]:
return await evt.reply("Please use `$cmdprefix+sp continue` to confirm the bridging or "
"`$cmdprefix+sp cancel` to cancel.")
evt.sender.command_status = None
is_logged_in = await evt.sender.is_logged_in()
user = evt.sender if is_logged_in else evt.tgbot
try: