Drop-in replace the event loop with uvloop
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
|
import uvloop
|
||||||
|
|
||||||
|
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
from pluralkit import bot
|
from pluralkit import bot
|
||||||
|
|
||||||
|
@@ -2,4 +2,5 @@ aiohttp
|
|||||||
aioinflux
|
aioinflux
|
||||||
asyncpg
|
asyncpg
|
||||||
discord.py
|
discord.py
|
||||||
humanize
|
humanize
|
||||||
|
uvloop
|
Reference in New Issue
Block a user