mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Comment tweak
This commit is contained in:
@@ -139,7 +139,7 @@ function processBasicCommands(client, message) {
|
||||
}
|
||||
return true;
|
||||
|
||||
case "wallet": //DEBUGGING
|
||||
case "wallet": //DEBUGGING TODO: add a ping command for the server
|
||||
shared.OnServerData("wallet", (amount) => {
|
||||
shared.SendPublicMessage(client, message.author, message.channel, "Wallet: " + amount);
|
||||
}, message.author.id);
|
||||
|
||||
Reference in New Issue
Block a user