deleted: tests/test.py
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
import aiohttp
|
|
||||||
import asyncio
|
|
||||||
|
|
||||||
async def main():
|
|
||||||
async with aiohttp.ClientSession(trust_env=True) as session:
|
|
||||||
async with session.get("https://discord.com/api/v10") as r:
|
|
||||||
print(r.status)
|
|
||||||
print(await r.text())
|
|
||||||
|
|
||||||
asyncio.run(main())
|
|
||||||
Reference in New Issue
Block a user