Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
21c06cf
1
Parent(s):
82ef8ac
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):
|