From a9a962825c1d09b238498163d7b158d1828b6659 Mon Sep 17 00:00:00 2001 From: Marco Kohn Date: Sun, 6 Apr 2025 21:01:30 +0200 Subject: [PATCH] add missing dependecy for python 3.13 --- main.py | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 152d22e..563bd3a 100644 --- a/main.py +++ b/main.py @@ -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") diff --git a/requirements.txt b/requirements.txt index 209bf31..98b2ab0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ py-cord +audioop-lts; python_version>='3.13' python-dotenv -