Make /scorebug ephemeral

This commit is contained in:
Cal Corum 2025-10-23 19:51:51 -05:00
parent 4b4f8d20ea
commit 7c91af2f80

View File

@ -156,7 +156,7 @@ class ScorebugCommands(commands.Cog):
"""
Display the current scorebug from the scorecard published in this channel.
"""
await interaction.response.defer()
await interaction.response.defer(ephemeral=True)
# Check if a scorecard is published in this channel
sheet_url = self.scorecard_tracker.get_scorecard(interaction.channel_id) # type: ignore