Netrcol Docs

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.

OptionTypeRequiredDescription
user_iduserOptionalMember 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.

OptionTypeRequiredDescription
user_iduserRequiredMember receiving the foin
amountnumberRequiredHow 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.

OptionTypeRequiredDescription
amountnumberRequiredWager between 10 and 1000 foin
heads|tailsstringOptionalSide 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.

OptionTypeRequiredDescription
amountnumberRequiredWager 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.

OptionTypeRequiredDescription
amountnumberRequiredWager 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.

OptionTypeRequiredDescription
add|remove|setstringRequiredWhether to add to, subtract from, or overwrite the balance
user_iduserRequiredMember whose balance changes
amountnumberRequiredAmount to apply
  • !eco add 123456789012345678 1000
  • !eco set 123456789012345678 0

Browse all documentation