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