Economy Commands
Balance, daily, pay, leaderboard and casino games
Topics: economy, foin, balance, daily, pay, coinflip, slots, blackjack
Overview
The economy module runs on a currency called foin. Balances belong to the member rather than to one server, so the same wallet follows them anywhere Netrcol is present, while each server can switch the whole system off from Dashboard → Settings → Economy. Members earn foin from a daily reward or from each other, and can wager it on the casino games below. Wagers are capped between 10 and 1000 foin per round, and every reward, transfer, and payout is written to the member's transaction history.
Balance
!balance [user_id]
Required permission: None
Shows how much foin a member holds. Called without an argument it reports your own balance. Also available as !bal.
| Option | Type | Required | Description |
|---|---|---|---|
user_id | user | Optional | Member to look up — defaults to you |
!balance!balance 123456789012345678!bal
Daily
!daily
Required permission: None
Claims the daily reward of 100 foin. The 24-hour cooldown runs from your last successful claim rather than from midnight; if it has not elapsed, the reply tells you when the next claim unlocks.
!daily
Pay
!pay <user_id> <amount>
Required permission: None
Transfers foin from your balance to another member. The transfer fails if your balance is short, and it is recorded in both members' transaction histories.
| Option | Type | Required | Description |
|---|---|---|---|
user_id | user | Required | Member receiving the foin |
amount | number | Required | How much foin to send |
!pay 123456789012345678 250
Rich
!rich
Required permission: None
Shows the global foin leaderboard as a ranked embed. Also available as !foinboard and !economyboard.
!rich!foinboard
Coinflip
!coinflip <amount> [heads|tails]
Required permission: None
Wagers foin on a single coin flip. Leave the side out and one is picked at random for you. Also available as !cf.
| Option | Type | Required | Description |
|---|---|---|---|
amount | number | Required | Wager between 10 and 1000 foin |
heads|tails | string | Optional | Side to bet on — random when omitted |
!coinflip 100!cf 250 heads
Slots
!slots <amount>
Required permission: None
Spins weighted reels. A matching pair pays out, three of a kind pays more, and the jackpot combination pays the most.
| Option | Type | Required | Description |
|---|---|---|---|
amount | number | Required | Wager between 10 and 1000 foin |
!slots 50
Blackjack
!blackjack <amount>
Required permission: None
Starts a hand of blackjack played out in the channel with buttons for hit and stand. Also available as !bj.
| Option | Type | Required | Description |
|---|---|---|---|
amount | number | Required | Wager between 10 and 1000 foin |
!blackjack 100!bj 500
Economy Admin
!eco <add|remove|set> <user_id> <amount>
Required permission: Developer only
Adjusts a member's balance. Restricted to configured developer accounts, and every adjustment records which account made it.
| Option | Type | Required | Description |
|---|---|---|---|
add|remove|set | string | Required | Whether to add to, subtract from, or overwrite the balance |
user_id | user | Required | Member whose balance changes |
amount | number | Required | Amount to apply |
!eco add 123456789012345678 1000!eco set 123456789012345678 0