Update main.py

This commit is contained in:
streloss
2026-03-11 22:46:01 +09:00
committed by GitHub
parent c0c35cd20d
commit 5eb1c53ceb

View File

@@ -30,6 +30,9 @@ COGS = [
'cogs.uptime', 'cogs.uptime',
'cogs.help', 'cogs.help',
'cogs.kitty', 'cogs.kitty',
'cogs/music.py',
'cogs/player.py',
'cogs/queue.py'
] ]
@@ -63,4 +66,5 @@ async def main():
if __name__ == "__main__": if __name__ == "__main__":
asyncio.run(main())
asyncio.run(main())