bank.moeda()
Returns just the configured local currency object (name, symbol, decimal places, etc.).
bank.moeda()
All the functions below use the Server Bank already configured on your server (via
/banco). None of them touch the database directly, everything goes through the same Services used by the slash commands, so history, taxes and permissions keep working normally.Parâmetros
| Assinatura | Tipo(s) |
|---|---|
| bank.moeda() | — |
Valor de retorno
object
Exemplo de uso
let moeda = bank.moeda()
print(moeda.nome, moeda.simbolo)Observações
Confira os tipos esperados na tabela de Parâmetros antes de chamar: passar um tipo diferente do esperado é a causa mais comum de erro em tempo de execução.