From a4fd464299a81a178ebaeb2d13b41bfcb309c493 Mon Sep 17 00:00:00 2001 From: Kirzu <65211478+NotKirzu@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:13:12 -0500 Subject: [PATCH] Update minesweeper.js (#517) --- src/new_commands/fun/minesweeper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")