From 310e685670ce1d24095c3b46b9effd307266a4f8 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 5 Feb 2026 20:23:49 -0600 Subject: [PATCH] Update format of /cc response --- commands/custom_commands/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/custom_commands/main.py b/commands/custom_commands/main.py index 0b3fb34..fe942c9 100644 --- a/commands/custom_commands/main.py +++ b/commands/custom_commands/main.py @@ -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