mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
Basic proxy functionality fixed
This commit is contained in:
parent
c8caeadec4
commit
4217d5d5d8
6 changed files with 499 additions and 369 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue