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 {