running config to main

This commit is contained in:
2024-07-16 16:15:27 +02:00
parent be732013b4
commit eb7d4de9e1
4 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3.9
#!/usr/bin/env python3.8
import discord
from discord.ext import commands
@@ -63,4 +63,4 @@ async def main():
await bot.start(env.TOKEN)
asyncio.run(main())
asyncio.run(main())