Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
7d2134f
1
Parent(s):
bbb567d
Update utils.py
Browse files- Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py
CHANGED
@@ -251,7 +251,7 @@ async def github(_, m: Message):
|
|
251 |
|
252 |
session = ClientSession()
|
253 |
pattern = re.compile(r"^text/|json$|yaml$|xml$|toml$|x-sh$|x-shellscript$")
|
254 |
-
BASE = "https://
|
255 |
|
256 |
async def paste(content: str):
|
257 |
resp = await post(f"{BASE}api/v2/paste", data=content)
|
|
|
251 |
|
252 |
session = ClientSession()
|
253 |
pattern = re.compile(r"^text/|json$|yaml$|xml$|toml$|x-sh$|x-shellscript$")
|
254 |
+
BASE = "https://batbin.me/"
|
255 |
|
256 |
async def paste(content: str):
|
257 |
resp = await post(f"{BASE}api/v2/paste", data=content)
|