Initial commit

This commit is contained in:
Ske
2018-07-12 00:47:44 +02:00
commit b81b768b04
11 changed files with 1022 additions and 0 deletions

6
bot/main.py Normal file
View File

@@ -0,0 +1,6 @@
import asyncio
from pluralkit import bot
loop = asyncio.get_event_loop()
loop.run_until_complete(bot.run())