Coinflip
Information
The Coinflip module allows users to Coinflip and win points.
Command(s)
<>
Required ()
Optional
/coinflip <bet> <choice>
- Play Coinflip with the bot.
Configuration
The configuration options are located in the config.js
file under the coinflip
section inside the modules
object.
Options
config.js → modules → coinflip
coinflip: {
enabled: true, // Whether the coinflip module is enabled
ephemeral: true, // Whether the bot response should be only visible to the user
cooldownMin: 1, // The amount of minutes between each coinflip game
multiplier: 2, // The amount of points to multiply the bet with
minBet: 100, // The min amount of points that can be bet
maxBet: 1000, // The max amount of points that can be bet
},
Showcase
Coming Soon!