Allow any user to toggle player stats

This commit is contained in:
Cal Corum 2025-10-21 13:06:03 -05:00
parent 17f05fad90
commit 5e1ccf75ab

View File

@ -161,7 +161,7 @@ class PlayerInfoCommands(commands.Cog):
season=search_season,
batting_stats=batting_stats,
pitching_stats=pitching_stats,
user_id=interaction.user.id
user_id=None # setting to None so any GM can toggle the stats views
)
# Get initial embed with stats hidden