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