We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3988fc8 commit 0e3e9d9Copy full SHA for 0e3e9d9
1 file changed
src/discord-cluster-manager/cogs/admin_cog.py
@@ -750,7 +750,7 @@ async def update_competition(
750
entry["name"], new_lb["deadline"], task.description
751
)
752
753
- except discord.errors.NotFound:
+ except (discord.errors.NotFound, discord.errors.HTTPException):
754
logger.warning(
755
"Could not find forum thread %s for lb %s", forum_id, entry["name"]
756
0 commit comments