Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
5185539
1
Parent(s):
0c06d08
.....
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
|
@@ -300,7 +300,7 @@ def paste(content: str):
|
|
| 300 |
if not resp.ok:
|
| 301 |
return
|
| 302 |
resp = resp.json()
|
| 303 |
-
return BASE + resp[
|
| 304 |
|
| 305 |
|
| 306 |
@Gojo.on_message(command("paste"))
|
|
|
|
| 300 |
if not resp.ok:
|
| 301 |
return
|
| 302 |
resp = resp.json()
|
| 303 |
+
return BASE + resp['id']
|
| 304 |
|
| 305 |
|
| 306 |
@Gojo.on_message(command("paste"))
|