Comment tweak

This commit is contained in:
2018-10-30 14:56:14 +11:00
parent 6925151007
commit 76f309676d

View File

@@ -139,7 +139,7 @@ function processBasicCommands(client, message) {
} }
return true; return true;
case "wallet": //DEBUGGING case "wallet": //DEBUGGING TODO: add a ping command for the server
shared.OnServerData("wallet", (amount) => { shared.OnServerData("wallet", (amount) => {
shared.SendPublicMessage(client, message.author, message.channel, "Wallet: " + amount); shared.SendPublicMessage(client, message.author, message.channel, "Wallet: " + amount);
}, message.author.id); }, message.author.id);