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.event
|
||||
async def on_ready():
|
||||
print(f"{bot.user} ist online")
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
py-cord
|
||||
audioop-lts; python_version>='3.13'
|
||||
python-dotenv
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user