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
|
||||||
|
|
||||||
|
@@ -3,3 +3,4 @@ aioinflux
|
|||||||
asyncpg
|
asyncpg
|
||||||
discord.py
|
discord.py
|
||||||
humanize
|
humanize
|
||||||
|
uvloop
|
Reference in New Issue
Block a user