Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -756,7 +756,7 @@ async def evaluation_cmd(client, message):
|
|
756 |
[
|
757 |
[
|
758 |
InlineKeyboardButton(
|
759 |
-
"Pastebin", url=f"
|
760 |
)
|
761 |
]
|
762 |
]
|
|
|
756 |
[
|
757 |
[
|
758 |
InlineKeyboardButton(
|
759 |
+
"Pastebin", url=f"{await paste_text(evaluation.strip())}"
|
760 |
)
|
761 |
]
|
762 |
]
|