bugfix: wrong feedback type

This commit is contained in:
Baipyrus 2024-02-07 23:20:10 +01:00
parent 7f94c9ddd3
commit f5d8bcc449

View File

@ -82,7 +82,7 @@ export async function execute(interaction) {
// Reply failed to acknowledge command
await interaction.reply({
content: `Failed to ${step} message!`,
content: `Failed to ${step} channel!`,
ephemeral: true
});
}