We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A simple command, that lets a user play a game of roulette.
It will have 2 required parameters:
amount
color
Red
Black
Green
Just like in any traditional roulette game, a ball spins, then lands on a random number and color.
The bot send back the color and number that it randomly generated, alongside with informing the user about their win / loss.
If a user wins with red or black, the bot will send them double of their bet.
If a user wins with green, the bot will send them 35x of their bet.
If a user loses, the bot takes the amount they've played with.
Of course, it needs some error handling and input validation as well.
It should be used in 15 minute periods. So the economy table will need a lastRouletteTime column.
economy
lastRouletteTime
The text was updated successfully, but these errors were encountered:
Related Pull Request:
Related commits (not in order):
Sorry, something went wrong.
vb2007
No branches or pull requests
A simple command, that lets a user play a game of roulette.
It will have 2 required parameters:
amount
: an integer option, that the user can use to specify the amount that will get used for the gamecolor
: a string option with 3 predefined parameters:Red
,Black
,Green
Just like in any traditional roulette game, a ball spins, then lands on a random number and color.
The bot send back the color and number that it randomly generated, alongside with informing the user about their win / loss.
If a user wins with red or black, the bot will send them double of their bet.
If a user wins with green, the bot will send them 35x of their bet.
If a user loses, the bot takes the amount they've played with.
Of course, it needs some error handling and input validation as well.
It should be used in 15 minute periods. So the
economy
table will need alastRouletteTime
column.The text was updated successfully, but these errors were encountered: