Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Variables Required :
- Coins = 25000
- Bank = 0
- For non command handler user :
- bot.command({
- name: "balance",
- aliases: [
- "bal",
- "Balance",
- "Bal"
- ],
- code: `
- $title[$username's Balance]
- $description[$getGlobalUserVar[Coins;$authorID] Coins
- $getGlobalUserVar[Bank;$authorID] Bank]
- $color[00ff6c]
- $footer[Requested By $userTag[$authorID]]
- $addTimestamp
- `
- )}
- for command handler users :
- module.exports = ({
- name: "balance",
- aliases: [
- "bal",
- "Balance",
- "Bal"
- ],
- code: `
- $title[$username's Balance]
- $description[$getGlobalUserVar[Dream Coins;$authorID] Dream Coins
- $getGlobalUserVar[Bank;$authorID] Bank]
- $color[00ff6c]
- $footer[Requested By $userTag[$authorID]]
- $addTimestamp
- `
- )}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement