Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiibleyde committed Dec 18, 2024
2 parents 678068c + 1805d78 commit 4ab55d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/fun/motus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export async function execute(interaction: CommandInteraction) {
const message = await channel.send({ embeds: [embedResult.embed], components: embedResult.components, files: embedResult.attachments });

games.set(message.id, game);

await interaction.reply("Partie de Motus lancée !");
}

export async function handleMotusTry(interaction: ButtonInteraction) {
Expand Down

0 comments on commit 4ab55d0

Please sign in to comment.