diff --git a/commands/admin/league_management.py b/commands/admin/league_management.py index 04dda16..a9522b1 100644 --- a/commands/admin/league_management.py +++ b/commands/admin/league_management.py @@ -415,7 +415,7 @@ class LeagueManagementCommands(commands.Cog): await interaction.followup.send(embed=embed) @app_commands.command( - name="admin-process-transactions", + name="admin-process-freeze", description="[ADMIN] Manually process frozen transactions without changing freeze status" ) @app_commands.describe( @@ -423,7 +423,7 @@ class LeagueManagementCommands(commands.Cog): dry_run="Preview results without making changes (default: False)" ) @league_admin_only() - @logged_command("/admin-process-transactions") + @logged_command("/admin-process-freeze") async def admin_process_transactions( self, interaction: discord.Interaction, diff --git a/commands/admin/management.py b/commands/admin/management.py index 1558757..abae1a3 100644 --- a/commands/admin/management.py +++ b/commands/admin/management.py @@ -614,7 +614,7 @@ class AdminCommands(commands.Cog): @app_commands.command( name="admin-process-transactions", - description="Manually process all transactions for the current week (or specified week)" + description="[ADMIN] Manually process all transactions for the current week (or specified week)" ) @app_commands.describe( week="Week number to process (optional, defaults to current week)"