diff --git a/VERSION b/VERSION index 5c18f91..d6af7e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.25.0 +2.25.1 diff --git a/commands/injuries/management.py b/commands/injuries/management.py index 2eea8af..9108711 100644 --- a/commands/injuries/management.py +++ b/commands/injuries/management.py @@ -205,8 +205,8 @@ class InjuryGroup(app_commands.Group): injury_callback = batter_confirm_callback # Create confirmation view with appropriate callback + # Only the player's team GM(s) can log the injury view = ConfirmationView( - user_id=interaction.user.id, timeout=180.0, # 3 minutes for confirmation responders=[player.team.gmid, player.team.gmid2] if player.team else None, confirm_callback=injury_callback,