Add pickle when restart

This commit is contained in:
yasir 2023-02-14 13:21:33 +07:00
parent 126ddc7715
commit e165c1cd06

View file

@ -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))