Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
6ef0923
1
Parent(s):
2347e21
Update utils.py
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
|
@@ -255,7 +255,7 @@ async def paste(content: str):
|
|
| 255 |
resp = await post(f"{BASE}api/v2/paste", data=content)
|
| 256 |
if not resp["success"]:
|
| 257 |
return
|
| 258 |
-
return BASE + resp["
|
| 259 |
|
| 260 |
|
| 261 |
@Gojo.on_message(command("paste"))
|
|
|
|
| 255 |
resp = await post(f"{BASE}api/v2/paste", data=content)
|
| 256 |
if not resp["success"]:
|
| 257 |
return
|
| 258 |
+
return BASE + resp["message"]
|
| 259 |
|
| 260 |
|
| 261 |
@Gojo.on_message(command("paste"))
|