Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TAEMBO committed Jun 5, 2024
1 parent 9f81438 commit a1b3cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/contextMenu/markSuggestion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [] });
Expand Down

0 comments on commit a1b3cfc

Please sign in to comment.