feat: add retry capabilities to the bot

This commit is contained in:
cătălin 2025-03-06 18:10:35 +01:00
commit e891d6fc1d
No known key found for this signature in database
3 changed files with 64 additions and 8 deletions

View file

@ -23,6 +23,7 @@ dependencies = [
"redis>=5.2.1",
"pytz>=2024.2",
"discord-py>=2.4.0",
"tenacity>=9.0.0",
]
[project.scripts]