mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
fix(live_status): remove ephemeral flag from error message in channel permissions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user