Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
68d0f4f
1
Parent(s):
a2f4386
Update utils.py
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
@@ -305,7 +305,7 @@ async def paste_func(_, message: Message):
|
|
305 |
)
|
306 |
await m.delete()
|
307 |
except Exception:
|
308 |
-
await
|
309 |
return
|
310 |
|
311 |
@Gojo.on_message(command("tr"))
|
|
|
305 |
)
|
306 |
await m.delete()
|
307 |
except Exception:
|
308 |
+
await message.reply_text("Here's your paste", reply_markup=InlineKeyboardMarkup(kb))
|
309 |
return
|
310 |
|
311 |
@Gojo.on_message(command("tr"))
|