add missing dependecy for python 3.13
This commit is contained in:
parent
8723ce7e4c
commit
a9a962825c
1
main.py
1
main.py
@ -8,7 +8,6 @@ intents.message_content = True # NOQA
|
|||||||
|
|
||||||
bot = discord.Bot(intents=intents)
|
bot = discord.Bot(intents=intents)
|
||||||
|
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print(f"{bot.user} ist online")
|
print(f"{bot.user} ist online")
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
py-cord
|
py-cord
|
||||||
|
audioop-lts; python_version>='3.13'
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user