mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 02:44:50 +00:00
Add pickle when restart
This commit is contained in:
parent
126ddc7715
commit
e165c1cd06
1 changed files with 3 additions and 2 deletions
|
|
@ -71,8 +71,9 @@ async def log_file(bot, message):
|
|||
]
|
||||
),
|
||||
)
|
||||
except Exception as e:
|
||||
await message.reply(str(e))
|
||||
except:
|
||||
err = traceback.format_exc()
|
||||
await message.reply(str(err))
|
||||
|
||||
|
||||
@app.on_message(filters.command(["donate"], COMMAND_HANDLER))
|
||||
|
|
|
|||
Loading…
Reference in a new issue