From 15ce5e75c388984f462ae0e2b7efc8257e214139 Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Wed, 20 Oct 2021 20:11:44 +1100 Subject: [PATCH] awawadadw --- commands/moderation/ccash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/moderation/ccash.js b/commands/moderation/ccash.js index 75c1afc..91038a4 100644 --- a/commands/moderation/ccash.js +++ b/commands/moderation/ccash.js @@ -20,6 +20,7 @@ function spawnMC(channel, message) { cwd: "/CCash/CCash/build", }; let arguments = message.content.split("!ccash "); + console.log(arguments); const ccash = spawn(`./bank ${arguments[0]}`, [``], options); ccash.stdout.on("data", (data) => { try {