Skip to content

Add an Amount to a Personal Pool

This command adds the given amount to the designated Personal Pool.

Definition

Base Command: /trackers personal-pools add

A screenshot of the command definition in Discord

Required Parameters

Parameter Purpose
name The name of the Personal Pool to add to
amount The amount to add to the Pool. Must be greater than zero

Amount Limits

Normally, Personal Pools do not have a maximum amount that can be stored (i.e. a Max Amount of -1). If the pool does have a limit set and more is added than the Pool can store, it is lost. However, the response will contain the amount lost this way.

Optional Parameters

Parameter Purpose Default
notes Notes on why the value was added

Response

Successful Response

The response contains the new total amount in the pool, as well as indicating if any amount was lost due to the Max Amount limit.

A screenshot of the response in Discord

Private Responses

The responses for the Personal Pools use Discord's "ephemeral" messages and are private to the user running the command. However, due to this, they may also go away after some time has passed.

Failure Responses

If the requested Personal Pool was not found, the user will be notified.

A screenshot of the response in Discord

If the amount is invalid, the user will be notified

A screenshot of the response in Discord