diff --git a/src/commands/utility/live_status.command.ts b/src/commands/utility/live_status.command.ts index 06e26f9..a791b6c 100644 --- a/src/commands/utility/live_status.command.ts +++ b/src/commands/utility/live_status.command.ts @@ -30,7 +30,7 @@ const cmd : CommandDefinition = { try { message = await channel.send({components: [statusService.getUpdatedContainer(true)], flags: [MessageFlags.IsComponentsV2]}); } catch (error) { - await interaction.editReply({content: 'An error has occurred. Please check the permissions for the channel.', flags: [MessageFlags.Ephemeral]}); + await interaction.editReply({content: 'An error has occurred. Please check the permissions for the channel.'}); return; }