Get Balance
getbalance (Commands) |
Type | Corrade progressive command |
Command | getbalance |
Description | The getbalance command gets the money balance available in the bot's account. |
Permissions | economy |
Parameters | group , password |
Last Changes | none |
The getbalance
command gets the money balance available in the bot's account.
Command | Required Parameters | Required Corrade Permissions | Example |
getbalance | group , password | economy | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
"command", "getbalance",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
// sent to URL
"callback", wasURLEscape(URL)
]
)
);
|