Update format of /cc response

This commit is contained in:
Cal Corum 2026-02-05 20:23:49 -06:00
parent ac3cbebb9f
commit 310e685670

View File

@ -44,7 +44,7 @@ class CustomCommandsCommands(commands.Cog):
@logged_command("/cc")
async def execute_custom_command(self, interaction: discord.Interaction, name: str):
"""Execute a custom command."""
await interaction.response.defer(ephemeral=True)
await interaction.response.defer(ephemeral=False)
try:
# Execute the command and get response