Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
affb278
1
Parent(s):
73679cd
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"))
|