Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
a2e3f09
1
Parent(s):
0d19fae
Update utils.py
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
@@ -296,7 +296,7 @@ async def paste_func(_, message: Message):
|
|
296 |
await m.delete()
|
297 |
await message.reply_text("Here's your paste", reply_markup=InlineKeyboardMarkup(kb))
|
298 |
except Exception:
|
299 |
-
await message.reply_text(f"Here's your paste
|
300 |
return
|
301 |
|
302 |
@Gojo.on_message(command("tr"))
|
|
|
296 |
await m.delete()
|
297 |
await message.reply_text("Here's your paste", reply_markup=InlineKeyboardMarkup(kb))
|
298 |
except Exception:
|
299 |
+
await message.reply_text(f"Here's your paste:\n {link}",)
|
300 |
return
|
301 |
|
302 |
@Gojo.on_message(command("tr"))
|