index — Deutsche-Haus-Bot @ 67410cea4f8585f521ba70d2071798b173871398

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