index — Deutsche-Haus-Bot @ 067f9217f4c1f83a7927e9458c2a0551ff6667b3

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 as database
import asyncio

async def main():
    db = database.Database("1170646611236487208.db")
    await db.select_club_by_owner(621759962280099840)

asyncio.run(main())