Skip to content

Commit

Permalink
Changed cooldown & max value.
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushagrawall authored May 31, 2024
1 parent 8f1a517 commit bce0e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/economy/coinflip.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export default {
option.setName('gamble_amount')
.setDescription('The amount of clienterr coins you want to gamble.')
.setMinValue(1)
.setMaxValue(30)
.setMaxValue(25)

.setRequired(true)
)
.toJSON(),
userPermissions: [],
botPermissions: [],
cooldown: 21600,
cooldown: 600,
nsfwMode: false,
testMode: false,
devOnly: false,
Expand Down

0 comments on commit bce0e85

Please sign in to comment.