mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
debug
This commit is contained in:
parent
225005624e
commit
a28d07f73d
1 changed files with 7 additions and 2 deletions
|
|
@ -154,8 +154,13 @@ async def memify(client, message):
|
|||
hapus(png)
|
||||
except:
|
||||
pass
|
||||
except:
|
||||
await message.reply("Gunakan command <b>/mmf <text></b> dengan reply ke sticker, pisahkan dengan ; untuk membuat posisi text dibawah.")
|
||||
except Exception as err:
|
||||
try:
|
||||
hapus(webp)
|
||||
hapus(png)
|
||||
except:
|
||||
pass
|
||||
await message.reply(f"ERROR: {err}")
|
||||
else:
|
||||
await message.reply("Gunakan command <b>/mmf <text></b> dengan reply ke sticker, pisahkan dengan ; untuk membuat posisi text dibawah.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue