Initial commit
This commit is contained in:
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())
|
||||
Reference in New Issue
Block a user