Basic proxy functionality fixed
This commit is contained in:
@@ -5,7 +5,4 @@ import uvloop
|
||||
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
||||
|
||||
from pluralkit import bot
|
||||
|
||||
pk = bot.PluralKitBot(os.environ["TOKEN"])
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.run_until_complete(pk.run())
|
||||
bot.run()
|
||||
Reference in New Issue
Block a user