diff --git a/src/commands/contextMenu/markSuggestion.ts b/src/commands/contextMenu/markSuggestion.ts index dc2da6a7..d7bbbe3d 100644 --- a/src/commands/contextMenu/markSuggestion.ts +++ b/src/commands/contextMenu/markSuggestion.ts @@ -48,7 +48,7 @@ export default new Command<"message">({ embed.setTitle("Community Idea\n__**Acknowledged and disliked by staff**__"); await interaction.targetMessage.edit({ embeds: [embed] }); - await int.update({ content: "Community idea updated and marked as diliked", components: [] }); + await int.update({ content: "Community idea updated and marked as disliked", components: [] }); }, async cancel() { await int.update({ content: "Command canceled", components: [] });