Basic Discord Economy App
This app provides some basic prefix commands for an economy system. It stores
user balances using Google Sheets (see the Required Setup section below
to create your own copy of the template spreadsheet), and has the following prefix commands:
- createbank: Register yourself and create a bank account.
- bal (or balance): Retrieve your current balance.
- give <@user> : Give a user a certain amount of money.
- rob <@user>: Attempt to take a random amount of money from another user. You may fail and lose money instead! Rate limited to once every 30 minutes.
search: Attempt to search for money. May fail. Rate limited to once every 30 seconds.
gamble: Attempt to gamble and have a chance of winning, drawing or losing. Rate limited to once every 10 seconds.
Required Setup
To set things up nicely, click here
to create your own copy of the required spreadsheet. It should look like this:
During installation, link the spreadsheet you created, and you should be all set!
There are some comments in the files to make you understand what is happening and
to help you customize it to your liking. Happy hacking!
Add-ons Snippets
Let me know if there're any snippets that I forgot to mention here! :)
Update 1.1
Error fixed, give and rob commands are working now.
Update 1.2
Added another way to get money, the search command!!
Update 1.3
gamble is now available as a new command! Bugs in give command are also fixed.
Have questions or want to report bugs and/or errors? Feel free to DM me on Discord! My name is Stars Blaster#7717
Thank you for installing this app!