mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Wallet balance is working
This commit is contained in:
@@ -139,6 +139,12 @@ function processBasicCommands(client, message) {
|
||||
}
|
||||
return true;
|
||||
|
||||
case "wallet": //DEBUGGING
|
||||
shared.OnServerData("account", (amount) => {
|
||||
shared.SendPublicMessage(client, message.channel, "Wallet: " + amount);
|
||||
}, message.author.id);
|
||||
return true;
|
||||
|
||||
//ADAM and the faction leaders print the intros in the gate
|
||||
//TODO: prune the unneeded intros from each bot
|
||||
case "intro":
|
||||
|
||||
Reference in New Issue
Block a user