Current Features







- Per User Bank Capacity Limits
- Unlimited Bank Capacity Roles
- Roles add up when calculating bank capacity
- Per User Bank Interest Rates
- Unlimited Bank Interest Roles
- Roles add up and calculate the interest rate every time interest is added
- Give your members interest with a Custom Timer. Hour: (0-24) Minutes(0-60)
- Supports Corebot's Economy system


YAML:
Interest:
Enabled: true
Time:
TimeZone: UTC
Hour: null
# 0-24 UTC timezone
Minutes: 40
# Set Hour/Minutes to null for hours/minutes to be ignored
InterestInterval: 86400000
# Time in MS that interest is given out
# Default time is 24hours
BankSizes:
- Roles:
- 💰 50,000
Size: 50000
- Roles:
- 💰 70,000
Size: 70000
InterestRoles:
- Roles:
- 💸 2x
Rate: 2
- Roles:
- 💸 3.5x
Rate: 3.5
- Roles:
- 💸 5x
Rate: 5
Commands:
Deposit:
RequiredRole: member
Command:
Name: deposit
Description: Deposit money into your bank.
Usage: deposit <amnt/max/all>
Maximum_Aliases:
- all
- Max
Aliases: []
Type: coins
Bank:
RequiredRole: member
Command:
Name: bank
Description: View your bank's account details
Usage: bank
Aliases: []
Type: coins
Withdraw:
RequiredRole: member
Command:
Name: withdraw
Description: Withdraw money from your bank
Usage: withdraw <amnt/max/all>
Maximum_Aliases:
- all
- Max
Aliases: []
Type: coins
Embeds:
Errors:
NotEnoughCoins:
Title: Cannot {action}!
Description: You don't have enough coins to {action}!
Color: "#f52c2c"
NotEnoughSpace:
Title: Not Enough Space!
Description: "You dont have enough Bank Space to deposit. Max: {max}"
Color: "#f52c2c"
Success:
MoneyDeposited:
Title: Money Deposited!
Description: Your balance increased from **{old-balance}** to **{new-balance}**!
Footer: Run .bank to see your balance
Color: null
BalanceWithdrawn:
Title: Money Withdrawn!
Description: Your balance decreased from **{old-balance}** to **{new-balance}**!
Footer: Run .bank to see your balance
Color: null
Bank:
Author: 🏦 {user-username}'s Bank Account
AuthorIcon: "{user-pfp}"
Description: "{user-mention} is making {interest} per Day."
Fields:
- name: 🔓 Account ID
value: "{accID}"
inline: true
- name: 💰 Account Balance (x{IR})
value: "{balance}/{max}"
inline: true
Footer: You can run .withdraw to withdraw money.
timestamp: true