Transaction command name cleanup

This commit is contained in:
Cal Corum 2025-11-06 22:10:38 -06:00
parent 244558175a
commit 90f6bea858
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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)"