currency.add_money
Overview
- Adds the given amount of money to the current household.
Metadata
| Field | Value |
|---|---|
| Display | Add Money |
| Category | currency |
| Access | UserCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | AddMoney, economy.add_money |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| amount | int | yes | — | Amount to add |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('currency.add_money', {
amount: 0,
});