mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Initial commit
This commit is contained in:
commit
b81b768b04
11 changed files with 1022 additions and 0 deletions
6
bot/main.py
Normal file
6
bot/main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import asyncio
|
||||
|
||||
from pluralkit import bot
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.run_until_complete(bot.run())
|
||||
Loading…
Add table
Add a link
Reference in a new issue