• Supports py-cord, discord.py, nextcord
Join Official Discord Server for more guidance !
To create a Discord bot using discord.js, go to economy-bot-discord.js
jetbrains.com Once again thank you 💝 for providing me free OSS License.
These IDE(s) made things a lot easier for us:
• WebStorm - The smartest JavaScript IDE
• PyCharm Professional - Python IDE for professional developers
Follow the instructions provided in README.md
file in each of the database directories.
Like: economy with SQLITE3
$
is the default command prefix
Name | Aliases | Args | Usage |
---|---|---|---|
balance | bal | member | $bal <member: optional> |
deposit | dep | amount | $dep <amount> |
withdraw | with | amount | $with <amount> |
send | --- | member, amount | $send <member> <amount> |
leaderboard | lb | None | $lb |
Name | Aliases | Args | Usage |
---|---|---|---|
shop | --- | None | $shop |
shop info | --- | item_name | $shop <item name> |
buy | --- | item_name | $buy <item name> |
sell | --- | item_name | $sell <item name> |
inventory | inv | member | $inv <member: optional> |
Name | Aliases | Args | Usage | Cooldown (in days) |
---|---|---|---|---|
daily | --- | None | $daily |
1 |
weekly | --- | None | $weekly |
7 |
monthly | --- | None | $monthly |
30 |
Name | Aliases | Args | Usage |
---|---|---|---|
add_money | addmoney | member, amount, mode | $addmoney <member> <amount> <mode: optional> |
remove_money | remoney | member, amount, mode | $remoney <member> <amount> <mode: optional> |
reset_user | --- | member | $reset_user <member> |
Note:
If your bot is not intended for public use(personal bot)
and is only meant to be used on one or two servers that you
own,
you can add these admin commands.
However, if your bot is publicly available for anyone to add to their server,
it is not recommended to include these admin commands.
Name | Aliases | Args | Usage |
---|---|---|---|
coin_flip | cf, coinflip | bet_on, amount | $cf <bet_on> <amount> |
slots | --- | amount | $slots <amount> |
dice | --- | amount, bet_on | $dice <amount> <bet_on: optional> |
New bot commands will be added shortly ...