diff --git a/src/new_commands/fun/minesweeper.js b/src/new_commands/fun/minesweeper.js index e8f16f35..6ad680c1 100644 --- a/src/new_commands/fun/minesweeper.js +++ b/src/new_commands/fun/minesweeper.js @@ -23,7 +23,7 @@ export default class extends SlashCommand { .addComponents(new ActionRowBuilder().addComponents(text_form)); const ckc = new ButtonBuilder() .setCustomId("mine_ckc") - .setLabel("Ckeck/flag cell") + .setLabel("Check/flag cell") .setStyle("Primary"); const stop = new ButtonBuilder() .setCustomId("mine_stop")