add missing dependecy for python 3.13

This commit is contained in:
Marco Kohn 2025-04-06 21:01:30 +02:00
parent 8723ce7e4c
commit a9a962825c
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ intents.message_content = True # NOQA
bot = discord.Bot(intents=intents)
@bot.event
async def on_ready():
print(f"{bot.user} ist online")

View File

@ -1,3 +1,3 @@
py-cord
audioop-lts; python_version>='3.13'
python-dotenv