index — Deutsche-Haus-Bot @ eaaae4a59e74d9c1630d35c3be3963368c170d57

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())