Skip to content

Commit

Permalink
Update coinflip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushagrawall authored May 31, 2024
1 parent 8fba332 commit 7ae872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/economy/coinflip.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
return interaction.reply({ embeds: [embed], ephemeral: true });
}
if (gambleAmount > 15) {
const rembed = new EmbedBuilder().setDescription('The maximum bet amount is 10 coins.');
const rembed = new EmbedBuilder().setDescription('The maximum bet amount is 25 coins.');
return interaction.reply({ embeds: [rembed], ephemeral: true });
}

Expand Down

0 comments on commit 7ae872f

Please sign in to comment.