Drop-in replace the event loop with uvloop
This commit is contained in:
parent
6b9ef9523e
commit
e77fa1caa6
@ -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
|
Loading…
Reference in New Issue
Block a user