index — Deutsche-Haus-Bot @ fcff38b74f08eb6f8ed52ec4c7416fd786a581e1

Discord bot to dynamically create voice chats for clubs that boosters can create

test.py (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
import db
import bot
import asyncio

async def main():
    print(await bot.get_existing_roles())

asyncio.run(main())