Update format of /cc response
This commit is contained in:
parent
ac3cbebb9f
commit
310e685670
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user