Skip to content

Commit

Permalink
Merge pull request #32 from clienterrverse/cli3nterr-patch-1
Browse files Browse the repository at this point in the history
Update coinflip.js
  • Loading branch information
aayushagrawall authored May 31, 2024
2 parents bce0e85 + 3890aca commit 65d1eea
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 @@ -21,7 +21,7 @@ export default {
option.setName('gamble_amount')
.setDescription('The amount of clienterr coins you want to gamble.')
.setMinValue(1)
.setMaxValue(25)
.setMaxValue(30)

.setRequired(true)
)
Expand Down

0 comments on commit 65d1eea

Please sign in to comment.