Unified, cross-platform currency tooling and stats.
No <%= config.communityFunds.plural.toLowerCase() %> configured yet.
<% } else { %>No custom events configured yet.
<% } else { %>Customize bot replies. Tokens: {amount_text}, {balance_text}, {target}, {fund}, {lines}, {cooldown}, {usage}, {help}.
Snapshot of the richest accounts.
No balances yet.
<% } else { %>| User | Balance |
|---|---|
| <%= entry.username %> | <%= entry.balance %> |
Every change is logged with a UUID.
| UUID | Type | Amount | From | To | Note | Date |
|---|---|---|---|---|---|---|
| <%= tx.type %> | <%= tx.amount %> | <%= fromName %> | <%= toName %> |
<% if (tx.activity_reward) { %>
<%= tx.note_display %><% if (tx.activity_reward.hourStart && tx.activity_reward.hourEnd) { %>
<%= new Date(tx.activity_reward.hourStart).toLocaleString() %> -
<%= new Date(tx.activity_reward.hourEnd).toLocaleString() %>
<% } %>
|
<%= new Date(tx.created_at).toLocaleString() %> |