mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Can now access stats
This commit is contained in:
@@ -140,7 +140,7 @@ function processBasicCommands(client, message) {
|
||||
return true;
|
||||
|
||||
case "wallet": //DEBUGGING
|
||||
shared.OnServerData("account", (amount) => {
|
||||
shared.OnServerData("wallet", (amount) => {
|
||||
shared.SendPublicMessage(client, message.channel, "Wallet: " + amount);
|
||||
}, message.author.id);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user