Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AndreMor8/gidget
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMor8 committed Jan 6, 2023
2 parents 03c788e + a4fd464 commit c9d3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/new_commands/fun/minesweeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c9d3e56

Please # to comment.