Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 0a468e5

Browse files
committed
auto fix
1 parent b355338 commit 0a468e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/capy_app/frontend/cogs/features/profile_cog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def __init__(self, parent_cog, action, invalid_data=None):
4747
@discord.ui.button(label="Try Again", style=discord.ButtonStyle.primary)
4848
async def retry_button(self, interaction: discord.Interaction, _: discord.ui.Button[Any]):
4949
# Don't defer - we need to pass the interaction to handle_profile
50-
# which will use it to show the modal
5150
await self.parent_cog.handle_profile(interaction, self.action, retry_data=self.invalid_data)
5251
self.stop()
5352

0 commit comments

Comments
 (0)