RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

Discussion in 'Software Sales' started by Rune Gold, Feb 5, 2019.

RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)
  1. Unread #1 - Feb 5, 2019 at 5:56 AM
  2. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)







    [Change Logs]
    --------------------------------
    --------------------------------
    ------------------------------------------------------------------------------------------------------------------

    Date: [10/08/2018]

    • Turn the web dyno on
    • Go here into the web panel
    • The chest will now have Stock, OSGold Price, and RS3Gold Price.
    - For Stock, leave it blank to make it unlimited, otherwise specifying an amount of stock. If the stock is present, each time someone buys, it will decrease.
    - For the prices, you must specify both.
    • Update as you wish, and hit Save.
    • Turn the web dyno

    ------------------------------------------------------------------------------------------------------------------

    Date: [10/14/2018]

    • !addrp
    @user amount to add an amount of Referral Points to the ping user.
    • !removerp @user amount same as above but remove instead. (has an alias of !rmrp)
    • !rpstore to check for available items in the Referral Store
    • To add/delete/edit items in the Referral Store, (given that you turn the web dyno on). Don't forget to turn web dyno off after updating the stuff in there
    • Users can use good ol' command !buyitem item_name amount payment_method with payment_method as rp to buy the items in Referral Store

    ------------------------------------------------------------------------------------------------------------------

    Date: [11/28/2018]

    • Updated the !sellitem command so the user can use it to sell their items to the bot.
    -- It won't buy items that don't have a buy price or the buy price equals to 0
    -- The fee is properly added (5%), you can edit the fee in Heroku's config vars SELL_TO_BOT_FEE
    -- It will log the transaction after each transaction. So it might be a good idea to give it a separate channel?

    ------------------------------------------------------------------------------------------------------------------

    Date: [11/29/2018]

    • The ability to give any Roles free Items (tickets, keys, gold, chests) after a specific amount of time (correct to the minute)
    -- 1. Go here into the web panel
    -- 2. Type in the Role Name (case sensitive)
    -- 3. Choose from the dropdown of Free items an item
    -- 4. Type in a number in the Free amount box, this is the number of the above selected item that will be given
    -- 5. Type in a number in the Execute every... box, this is the duration (in minutes) between each free items distribution
    -- Don't modify the Execute at boxes

    • Updated the ability get API price automatically:
    -- 1. Go here into the web panel if you want to add an item (you can modify existing ones if needed)
    -- 2. Fill in the Name box, case-insensitive, but spacing-sensitive (it's best to use the +price command and copy the name of the item that shows up)
    -- 3. Check the Price auto update checkbox
    -- Done. It will update the API price every 5 minutes, you can see the list of post-calculated items prices from the item list.

    ------------------------------------------------------------------------------------------------------------------

    Date: [11/30/2018]

    Ok so the bot is updated. Here are the changes:
    • The !openchest (alias !open) command now takes an optional argument specifying an amount of chests to be opened (MUST be from 1 - 10). 10 is max because of Discord's limits of 2k letters per message. Example:
    ++ !open bchest will open 1 Beginner Chest
    ++ !open bchest 5 will open 5 Beginner Chests
    • The !add... and !remove... for rs3gold and osgold now only possible for those with Administrator (Management) role. You can change the role name within Heroku's Config Vars, under the variable DISCORD_ROLE_ADMIN

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/06/2019]
    Moderation commands added
    • !ban, and !unban commands are used to ban and unban a user with the provided User ID (this is especially useful when you want to go ahead and ban those NOT in your server)
    • !mute, and !unmute commands are used to assign a role named Muted (you can change this in the DISCORD_ROLE_MUTED. What is forbidden to do depends on how you set the role up.
    • Use the command without any arguments to trigger the help message and surprise!

    CashIO commands added
    • !cashin command will notify those with Exchanger role (changeable in DISCORD_ROLE_EXCHANGER config var on Heroku) via DM, and mention the role in a channel named cash-in (changeable in DISCORD_CHANNEL_CASHIN)
    • !cashout [amount] command is pretty much the same, except for the channel's name cash-out (and DISCORD_CHANNEL_CASHOUT config var). An amount must be provided.
    • Anyone can use these two commands.
    changes are also made live. You can now go ahead and create cash-in and cash-out channel for it to work.

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/08/2019]
    • Implement the way to specify the balance receiver based on the User ID in Heroku's config var DISCORD_USERID_BALANCE_RECEIVER. I currently set it to the Runegold bot.
    • Implement the way for you to control which channels certain commands can be used.
    ++ In the Command field, specify the command name
    ++ In the Channels field, specify the channel names where the command can be used, separated by comma (,).
    ++ Mark it as Is active to make the rule active. Disable it will allow the command to be used anywhere (except for its unique check, like the chal command)
    • Update to the sellitem command so that those with Exchanger role won't be charged a fee.
    • Update to the buyitem and buychest command so that the balance receiver (up there) will receive the payment

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/13/2019]

    • Updated so I can change the hit ratios when playing against the bot (This does not allow you to change on the fly and it will force the bot to update so it cannot be used maliciously)

    Updated, now when you go to see the config vars, these two will show up, the BOX_BOT_MAX_DAMAGE is the max damage that the bot can deal, and the other one is for the challenger.

    When you reveal Web Panel there will be these variables:
    • BOX_BOT_MIN_DAMAGE - Min damage the bot can deal in box mode
    • BOX_BOT_MAX_DAMAGE - Max damage the bot can deal in box mode
    • BOX_CHALLENGER_MIN_DAMAGE - Min damage the challenger can deal in box mode
    • BOX_CHALLENGER_MAX_DAMAGE - Max damage the challenger can deal in box mode
    If you change one of these, make sure there are no challenges happening (or else they will be stuck (marked as in match))
    When you have done changing those variables, make sure to wait for about 20-30sec before resuming the event

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/15/2019]
    Admin panel
    • Updated the Chest to take an additional field: Receiver Discord ID
    • Receiver Discord ID is where you can specify an ID of the user you want in charge of the sales of that particular Chest (the money goes into this user's wallet). If not specified, then the money will go to the user with ID specified in the DISCORD_USERID_BALANCE_RECEIVER variable in Heroku's config vars.

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/17/2019]
    Admin panel
    • Updated here:
    • You will see a Expiry field where you can specify the expiration of the chest (in minute) after which the purchased chests will disappear. The expiry is calculated when the chests are successfully bought.
    • Updated the Discord Users table so it can take a context of expiration data to have the bot handle it.

    Bot update
    • Updated the buychest command so that when purchasing it will show the expiration date on the confirmation message.
    • Updated the profile command so that it won't display chests with 0 quantity.
    • Updated the buychest command so it can fill up the expiration data for the bot to handle the expired chests (delete them)
    • Updated the openchest command so that it will consume chests with the least time left until being expired FIRST.
    it went all the way that I had to update the openchest command so it took me about 4 hours

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/19/2019]
    Admin Panel
    • Nothing much, just a place to see created raffles
    • Raffles must NOT be created here, they should be created via the command below

    Bot Function
    • Added Blackjack Casino Game with the following commands:
    + !bj (anyone can use this command) - this will deal 2 cards face-up to the user, and 2 cards, one face-down, one face-up to the Host. They will then use the
    + !bjhit (anyone can use this command) to ask the dealer for another card, or pass

    • Added Dice Game with the following command:
    + !roll (anyone can use this command) - use this command for detailed help message

    • Added Raffle System:
    + New commands: !raffle create/end/reroll/add - use !raffle for detailed help message. The detailed help message will also pop up if each of those subcommands miss an argument.
    + You must specify the channel name via the config var DISCORD_CHANNEL_RAFFLE on Heroku for the place to post the raffle message.

    ------------------------------------------------------------------------------------------------------------------

    Date: [01/29/2019]
    Admin panel
    • New place in web panel
    • This will show almost all the chest-related events: Bought (for !buychest command), Opened (for !openchest command), and Expired (for automatically expired chests) chests

    Bot updated
    • Updated the !buychest and !openchest commands to reflect the above update.
    • Updated the task to remove expired chest to reflect the above update.

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/07/2019]

    Bot updated
    • The bot will now take flexible fees based on the Roles the user has. Applied features: Selling items, Challenge game, Challenge bot
    • To specify which Role takes how much Fee, go to Heroku's config var and modify these 3 variables:
    + FEE_EVERYONE - the Fee (in float number, eg: 0.01 for 1%) everyone will have to pay unless they have at least one of the roles specified below.
    + FEE_DISCORD_ROLES - A comma-separated list of Role names. Make sure all the Discord Role names are correct, or the above feature will NOT work.
    + FEE_BY_ROLES - A comma-separated list of Fee (in float number, eg: 0.01 for 1%) with respective order to the above Role names.

    The fee will be calculated as follows:
    - If the user doesn't have any roles specified in the FEE_DISCORD_ROLES, the fee in FEE_EVERYONE will be applied.
    - If the user has exactly ONE role in the roles specified, the fee in the respective order in FEE_BY_ROLES will be applied.
    - If the user has MORE THAN ONE roles in the roles specified, the lowest fee will be applied.

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/09/2019]

    Admin Panel
    • Display the Action column in Web Panel

    Bot
    • Added the Total Cash in/out for RS3Gold and OSGold to the !profile command


    Date: [02/07/2019]
    Admin panel
    • New place in the web panel. This is where all the cash in/out reports are logged. You can use the search box to search for discord ID, or username.
    • A new field has been added to the Discord Users, called Last Cashed. This is the field for the bot to determine whether or not give the users their free items/gold by the roles they have.
    • By default, the user will be able to receive their automated giveaways role-based for 7 days from the date and time shown in the Last Cashed field,
    Bot
    • Two new commands added: !cashindone and !cashoutdone (aliases !cashincomplete and !cashoutcomplete, respectively)
    • Only those with Cashier will be able to use the command, unless changed in the config var DISCORD_ROLE_CASHIER (currently set to Cashier)
    • Use the commands without any argument to trigger the help message for detailed explanation.
    • After the cashier's confirmation, the report will be logged to the database, and sent to a channel named #cashing-reports, unless changed in the config var DISCORD_CHANNEL_CASHING_REPORT (currently set to cashing-reports)

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/10/2019]

    Admin Panel
    • Added a column called Total Bet to display the total amount of bet accumulated during activities, used to calculate Bet Ranking

    Bot
    • Added commands: addwager and removewager (alias rmwager)
    + Description: add/remove the Total Bet value. It's gonna be displayed as Bet OSGold in Discord. Use the command without any arguments to trigger help message.
    + Only those with role names specified in the config vars DISCORD_ROLE_CASHIER and DISCORD_ROLE_HOST can use these commands.

    • Added command: resetlb
    + Description: resets the current leaderboard. A message asking for confirmation will pop up before the action is taken.
    + Only those with role names specified in the config vars DISCORD_ROLE_CASHIER and DISCORD_ROLE_HOST can use this command.

    • Added command: lb (alias: leaderboard)
    + Description: shows the Top 10 users in the Bet Leaderboard.
    + Anyone can use this command.

    • Updated command: profile
    + Description: this command now shows the current ranking and total amount bet of the user.

    • Updated command: chal and chalbot
    + Reorganized the code base to make it more secure and extendable.
    + The bot will automatically audit the amount spent on these commands and convert to Bet OSGold for Bet Ranking.
    + Only win/loss is counted.
    + Grouped these commands into one single group called ChallengeCommands


    ------------------------------------------------------------------------------------------------------------------

    Date: [02/13/2019]

    Bot
    • Will now rewards users that meet the wager milestone of step 5M (config var WAGER_AMOUNT_STEP) a Daily Chest (config var WAGER_CHEST_REWARD_ABBR)
    • The command !raffle create now take 2 additional argument. It now becomes: !raffle create [slots] [channel] [description]. Use the !raffle command without arguments for details

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/14/2019]

    Admin Panel
    • Channels is the channel names (comma separated, NO sharps (#)), the bot will pick one of these channels (make sure the name is correct) and start the event there.
    • Cooldown (minutes), calculated from the date the event message is sent, after which, plus a random amount of time specified in the Randomizer (seconds) field, a new GA event will be held.
    • Min participants, the minimum number of participants needed to join the GA for it to happen.
    • Amount, the amount of rewards to be given.
    • Reward, the reward itself.
    • Winners, the number of winners to be selected. A participant can only win ONCE.

    Bot
    Updated to take the above configurations to action.
    • It checks if the Cooldown is over. Then take the Randomizer value to randomize the additional wait time.
    • When the randomized time is over. The event message is formed and posted in one of the channels specified in the Channels field. Cooldown starts here.
    • In the message, these values are auto updated upon user entry: Time remaining, Participants, Randomized phrase
    • The user must enter a randomized phrase with all lowercase ASCII letters correctly to take the entry. Once the user gets an entry, they can never get another one until a new Event is formed.
    • The phrase changes upon the user entry.
    • When the Time remaining is up, the bot will the take the Winners value into account and choose a number of winners based on that value.
    • The winners are then rewarded with the Amount of Reward specified in the respective fields

    ------------------------------------------------------------------------------------------------------------------

    Changelog: [02/18/2019]

    Admin Panel
    • Added fields on Discord Users to store Client Seed, Server Seed, and Nonce

    Bot
    • Commands added:
    ++ !newseed [User custom Seed] - generates a new seed for the user to participate in !chal, !chalbot, !bj, !bjhit, and !roll
    ++ !algorithm - shows users a guide to calculate the results themselves upon Server and Client seeds renewal. Useful to deal with those with trust issues.
    ++ !pfair - basically a quick way for them to use the bot to calculate the results. Use the command without any arguments to trigger the help message.

    • Updated commands:
    ++ !chal, !chalbot, !bj, !bjhit, and !roll now forces users to acquire Client Seed before being able to invoke.

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/20/2019]

    Bot
    • Added commands:
    ++ Betting commands: !44x2, !54x2, !midx3, !dd, !bj
    ++ Only those with DISCORD_ROLE_HOST (currently set as Host) can use these commands
    ++ Use the commands without any arguments to trigger help messages.

    • Updated commands:
    ++ !pfair: changes column Value into Index instead. This index column will represent the index of the provably fair (the real value used). For most of the games, if the user lands on an index, they will get the value of index + 1 instead.
    ++ This is to guarantee that the user rolls will succeed no matter what, because in our implementation, number zero doesn't have any meaning at all

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/22/2019]
    Bot
    • New system! Trading System added with the following commands:
    ++ !request - displays a guide for this feature.
    ++ !offer - displays a guide for this feature.
    Trigger those commands to get a detailed user guide.
    • Updated command: !help, updated because it exceeds Discord's embed limits of 25. Also fixed so that it does not repeat the commands that are already listed before.

    Admin Panel
    • New place!
    • This place lists all the requests and offers

    ------------------------------------------------------------------------------------------------------------------

    Date: [02/23/2019]

    Bot
    • Command updated : !bj
    ++ Add total hand value to !bj's initial deal and
    ++ prompting the mentioned user to start the game by typing in hit or stand.

    • Add a new game: Middleman Dice Duel.
    ++ Command: !mdd.
    ++ Only those with Host role can trigger this command. Trigger the command without any arguments for detailed help message.
    ++ The Host and the other two players MUST NOT be in a match to start the game.

    • Changing inputs for most of the commands that require to input osgold and rs3gold:
    ++ Places affected: Casino commands, Challenge commands (command and interactive inputs), Cash In/Out, Trading, Transfer.
    ++ Now they can input os/07/osgold and the bot will understand as OSGold, inputting rs3/rs3gold will get to RS3Gold
    ++ For old commands (that might not be used), the users can still use osgold and rs3gold for them to work.

    • Allow the use of International System of Units (SI) for amount arguments of most commands (can now be used as 10k, 10.5m, 6.9b,...)
    ++ Places affected: same as above
    ++ Unaffected places must use numbers instead.

    • Commission for the Host is now calculated when the game results in a Win/Lose.
    ++ The percentage is currently 5% of the amount bet, unless specified in HOSTS_COMMISSION at the config var file .env.
    ++ All commission is automatically distributed

    ------------------------------------------------------------------------------------------------------------------

    Date: 02/27/2019

    Bot
    • Added !end command. Only Host and Cashiers can use this (to make it inline with !addwager, !removewager, and !resetlb)
    • Moved all 4 of the above commands into HostCommands
    • Added some additional help texts for !help [command name]

    ------------------------------------------------------------------------------------------------------------------

    Date: 03/01/2019

    Complete rework of the trading system.
    Bot
    • Renamed the !offer command to !sell
    • Renamed the !request command to !buy
    • Changed so that the help message reflects the update.
    • add commands of !sell and !buy now create a message in #selling-offers and #buying-requests (unless specified in DISCORD_CHANNEL_TRADING_OFFER and DISCORD_CHANNEL_TRADING_REQUEST
    • The messages should display cleanly and clearly and easily to read.
    • delete commands of the !sell and !buy now takes the server argument instead of the offer/request id. Because the user can only have 1 offer and 1 request per server, so changing to this is better, the user won't have to remember the offer's/request's id.
    • Added a task that updates all the active offers and requests messages' Expires in... footers, AND delete expired ones from the above channels, and database, every 10 seconds.

    Admin Panel
    • Renamed Trade Offer to Trade Sell
    • Renamed Trade Request to Trade Buy
    • Removed: currency, price, amount in the Trading tables
    • Added:
    ++ stock to display as Stock in selling, and Want to Buy in buying
    ++ price is now set to freely customizable, take any input the user enters
    ++ server to display the server the offer/request takes place. Currently support 07 and RS3. Extendable.

    ------------------------------------------------------------------------------------------------------------------

    Date: 03/02/2019

    Bot: Rework the Chest commands
    - Rework the codebase to the latest best practice of the package used.
    - Implement OOP for chest opening.
    - Chest opening now has Provably Fair implemented.
    - Chest opening cannot be done while in a game/match.
    - Chest opening now grants the user the ability to flip or stick with the result. Details are shown when the user is eligible for this ability.
    - Updated the bot to the latest library used.

    Admin Panel
    - The Discord User database now has an additional field: Flip Success Chance. Used to calculate the Success Chance when the user decides to flip when opening chests.
    - This field is default to 40 (%)

    ------------------------------------------------------------------------------------------------------------------

    Date: 03/04/2019

    Bot
    • !privacy on/off to set the command invoker's profile to Private/Public.
    • !sellallitems (alias: !sellallitem) to sell all items in the command invoker's inventory. They will be prompted for confirmation on each item to sell or not.
    • Added some extra security measures on !sellitem and !sellallitems commands.

    ------------------------------------------------------------------------------------------------------------------

    Date: 03/08/2019

    Bot
    • Updated so that the casino games require the bettor's confirmation before it can start.
    • Updated instructions for !sell and !buy commands for Trading system
    • The add subcommands are updated to take an additional, optional argument additional_notes to suit the Additional Notes field in the Market board.
    • The add subcommands updated so that Unit Price is replaced by Payment Methods

    Admin Panel
    • Added a field to store Additional Notes
    • Renamed field Price into Payment Methods
    • Renamed field Stock into Amount

    ------------------------------------------------------------------------------------------------------------------

    Date: 03/13/2019

    Bot
    • Added a new command: !buykey
    + Alias: !buykeys
    + Invoking the command will have the bot DB all those with DISCORD_ROLE_CASHIER, DISCORD_ROLE_CASHIER_PLUS, DISCORD_ROLE_GRAND_EXCHANGER roles (only DM once even if they have multiple matching roles)
    + The message will contain the user ping, user tag, user ID, and a quick link to the place the user requested.

    ------------------------------------------------------------------------------------------------------------------

    Date: 03/17/2019

    Bot
    • Updated command: !cheststore
    ++ This command now has Pagination effect. Default to 5 chests per page.
    ++ This command now takes an optional argument: paginate_by to allow users to specify the number of chests per page to see.
    ++ React to ⏮and ⏭ to navigate through pages, after some time, the two "buttons" will be removed, indicating that the pagination effect is no longer there.
    ---

    Vouches & Reviews:


     
    ^ Slice likes this.
    Last edited: Mar 30, 2019
  3. Unread #2 - Feb 6, 2019 at 6:51 AM
  4. Slice
    Joined:
    Nov 27, 2015
    Posts:
    38,501
    Referrals:
    31
    Sythe Gold:
    39,855
    Discord Unique ID:
    1138211860664045662
    Discord Username:
    theonlyslice_95640
    Heidy (2) Extreme Homosex (2) <3 n4n0 Homosex Potamus (2)

    Slice Cheapest RSPS/OSRS Prices on the market!
    $500 USD Donor

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    Received a vouch copy of le wolf's Runegold bot and was successfully added to my server, I will be very honest throughout the review and if there are any other inquiries please don't hesitate to message me.

    The bot has very nice features (Chest,roll dice,timed-messages,channel-locked commands, ban user by UUID etc.) All commands that are required for each feature are already there. All features are very good, they give u good control of your discord server (Ban by UUID,Channel-locked commands etc.) Timed messages is other feature I really liked as well, as well as other needed bot-unique features like referral system that is essential in server player-base growth.

    One of the most interesting features is chest, you can customize your chests and the items they contain and price for each key to open that chest.

    Here's a brief example. I have added in-depth screenshots to demonstrate, that weren't included in the video/screenshots. RuneGold bot

    Barrows chest Price: 10m.
    Key prices in 07 currency = 2.5m each key, total = 12.5m to open a barrows chest.

    The chest contains each barrow set (verac's,ahrim's,dharok, etc.) the item prices are fetched from osbuddy. You can customize the chances in the panel.

    Admin panel review

    -Sufficient window controls

    -Easy to add items to chest / add chests etc. / add timestamps etc. (As shown in bot pictures)

    -No redundancy [Duplicated data]

    -All required forms are placed correctly

    -Able to delete/add logs and has good filters, has the required controls.

    -User instructions are included making everything simple and straight-forward

    -No bugs (Runegold said there have been some but all have been fixed)
     
    ^ Rune Gold likes this.
    Last edited: Feb 7, 2019
  5. Unread #3 - Feb 8, 2019 at 4:35 AM
  6. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  7. Unread #4 - Feb 9, 2019 at 12:32 AM
  8. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  9. Unread #5 - Feb 10, 2019 at 1:18 AM
  10. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  11. Unread #6 - Feb 11, 2019 at 12:20 AM
  12. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  13. Unread #7 - Feb 12, 2019 at 3:38 AM
  14. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  15. Unread #8 - Feb 12, 2019 at 11:12 PM
  16. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  17. Unread #9 - Feb 12, 2019 at 11:19 PM
  18. PartyParth
    Joined:
    Feb 4, 2014
    Posts:
    830
    Referrals:
    0
    Sythe Gold:
    186
    Discord Username:
    ASAPstats#1355

    PartyParth Formerly known as parthhhhh

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    I've purchased this bot and am in the process of setting mine up. I'd like to start of by saying that the developer of the bot is extremley helpful and took time out to guide me through the tutorial. Furthermore, he offers continuous support for the bot! I'm extremely satisfied with the chest and dueling features of this bot because there is so much you can customize. For Example, you can add/remove items in the chests and set them to whatever Roll % you'd like. The web panel is also very easy to use. I'm someone who has absolutely no experience in creating/setting discord bots and I've had no issues so far. Would definitely recommend this to anyone else out there. Feel Free to join my Discord to see how i'm using the bot! https://discord.gg/ZB3jtQ

    I'm happy to vouch for RuneGold because hes got a good product and has excellent customer service
     
  19. Unread #10 - Feb 12, 2019 at 11:50 PM
  20. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    Thank you for your review it's much appreciated
     
    ^ PartyParth likes this.
  21. Unread #11 - Feb 13, 2019 at 10:42 AM
  22. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  23. Unread #12 - Feb 14, 2019 at 3:19 AM
  24. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  25. Unread #13 - Feb 14, 2019 at 11:35 AM
  26. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  27. Unread #14 - Feb 14, 2019 at 11:14 PM
  28. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  29. Unread #15 - Feb 15, 2019 at 8:45 AM
  30. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord!

    Discord: LE WOLF#6078
    UID: 172962848937476097
     
  31. Unread #16 - Feb 16, 2019 at 4:19 PM
  32. Rune Gold
    Joined:
    Apr 16, 2018
    Posts:
    1,239
    Referrals:
    3
    Sythe Gold:
    1,575

    Rune Gold Join our Runescape Chest Discord https://discord.gg/mARWkQc

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    A couple of copies are still for sale just shoot me a PM or add me on discord! Discord: LE WOLF#6078 UID: 172962848937476097
     
  33. Unread #17 - Feb 21, 2019 at 7:31 PM
  34. Bert
    Joined:
    Jun 11, 2014
    Posts:
    31,799
    Referrals:
    245
    Sythe Gold:
    339
    Vouch Thread:
    Click Here
    Discord Unique ID:
    852575300579622982
    Discord Username:
    bertgold

    Bert Legend

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    Thank you, custom made me a very nice script for discord in a very short amount of time. He has also been coding for almost all his life so he really knows his stuff. A very nice guy taking time to answer my questions as well of stuff I was unsure of!
     
  35. Unread #18 - Feb 22, 2019 at 10:31 AM
  36. Muzy
    Joined:
    Dec 4, 2018
    Posts:
    1,478
    Referrals:
    6
    Sythe Gold:
    38

    Muzy MUZY#3383 -GOLD/ACCOUNTS/PWR LVL- MUZY#3383

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    Last edited: Feb 22, 2019
  37. Unread #19 - Feb 22, 2019 at 6:34 PM
  38. Muzy
    Joined:
    Dec 4, 2018
    Posts:
    1,478
    Referrals:
    6
    Sythe Gold:
    38

    Muzy MUZY#3383 -GOLD/ACCOUNTS/PWR LVL- MUZY#3383

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    Discord: MUZY#3383
     
  39. Unread #20 - Feb 23, 2019 at 2:37 AM
  40. Muzy
    Joined:
    Dec 4, 2018
    Posts:
    1,478
    Referrals:
    6
    Sythe Gold:
    38

    Muzy MUZY#3383 -GOLD/ACCOUNTS/PWR LVL- MUZY#3383

    RuneGold’s Discord Gambling Bot | Dicing | Chests | Market board | Pay-Per-Month easy setup (OPEN)

    Discord: MUZY#3383
     
< searching for discord manager | Selling Keys Microsoft, Antivirus, Adobe...Other >

Users viewing this thread
1 guest


 
 
Adblock breaks this site