Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
858a334
1
Parent(s):
98371d5
Looks good
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
@@ -302,7 +302,7 @@ async def paste_func(_, message: Message):
|
|
302 |
"Here is the link of the document....",
|
303 |
reply_markup=InlineKeyboardMarkup(kb),
|
304 |
)
|
305 |
-
|
306 |
|
307 |
@Gojo.on_message(command("tr"))
|
308 |
async def tr(_, message):
|
|
|
302 |
"Here is the link of the document....",
|
303 |
reply_markup=InlineKeyboardMarkup(kb),
|
304 |
)
|
305 |
+
|
306 |
|
307 |
@Gojo.on_message(command("tr"))
|
308 |
async def tr(_, message):
|