Can now access stats

This commit is contained in:
2018-10-29 09:02:12 +11:00
parent ccefdff498
commit e62b030ab3
3 changed files with 45 additions and 25 deletions

View File

@@ -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;