Hello! I currently have worked on a discord bot and have been using the JDA library. I now have exams that are coming up and I won't have time to complete it, and I also haven't fully shown myself through the JDA API.
I've already setup the commands for the bot, you'd just need to add on w/ these specifications.
What I need done? I'm going to be creating a user i/o betting system. THE TASK THAT YOU WILL BE GIVEN WILL NOT HAVE TO CALCULATE ODDS, PAYOUTS, ETC. There will be admin commands to setup these matches and will be stored in a local file.
ADMIN COMMANDS (btw the syntax we use for commands is the - sign):
Anything with () indicated a field.
-matchadd (player1 will be typed here) vs (player2 will be typed here) (on/off)
Once a match is created it will store them by ID. For example the first ever match created will be ID #1, second match will be ID #2, and so forth.
-matchend (matchID) (player1 or player2)
^ Player1 or player2 will be the outcome of the match, who the winner is.
-addbets (discordID) (amount to bet with)
^ This will be used to add currency to a certain user with an amount to bet with
-setbets (discordID) (amount to set to)
Now for non-admin commands:
-match (Match ID) (player 1) vs (player 2) Bets: (on/off)
^ This will list all available matches. If no matches available, it will say No matches available. If you've bet on a previous match type -oldmatch
-oldmatch (match ID) (outcome) (it will list all the betters W next to their name if they won L next to their name if they lost and the amount that they bet)
-bet (match ID) (player 1 or player2) (# to bet as long as it's within their balance, and bets were turned on or off)
I'd like if you can post the amount you're looking for an the timeframe. I'm looking to get this done ASAP. Please reply to this thread if you can do this.
I will be sending you the SRC for what I've done for you to complete it with these specifications.
Contact: D3monw3st#3672 although before contacting you must reply to this thread so I know who's contacting me
I've already setup the commands for the bot, you'd just need to add on w/ these specifications.
What I need done? I'm going to be creating a user i/o betting system. THE TASK THAT YOU WILL BE GIVEN WILL NOT HAVE TO CALCULATE ODDS, PAYOUTS, ETC. There will be admin commands to setup these matches and will be stored in a local file.
ADMIN COMMANDS (btw the syntax we use for commands is the - sign):
Anything with () indicated a field.
-matchadd (player1 will be typed here) vs (player2 will be typed here) (on/off)
Once a match is created it will store them by ID. For example the first ever match created will be ID #1, second match will be ID #2, and so forth.
-matchend (matchID) (player1 or player2)
^ Player1 or player2 will be the outcome of the match, who the winner is.
-addbets (discordID) (amount to bet with)
^ This will be used to add currency to a certain user with an amount to bet with
-setbets (discordID) (amount to set to)
Now for non-admin commands:
-match (Match ID) (player 1) vs (player 2) Bets: (on/off)
^ This will list all available matches. If no matches available, it will say No matches available. If you've bet on a previous match type -oldmatch
-oldmatch (match ID) (outcome) (it will list all the betters W next to their name if they won L next to their name if they lost and the amount that they bet)
-bet (match ID) (player 1 or player2) (# to bet as long as it's within their balance, and bets were turned on or off)
I'd like if you can post the amount you're looking for an the timeframe. I'm looking to get this done ASAP. Please reply to this thread if you can do this.
I will be sending you the SRC for what I've done for you to complete it with these specifications.
Contact: D3monw3st#3672 although before contacting you must reply to this thread so I know who's contacting me
Last edited:
