From 49c88bbc3c80060bfd5cef442fd7715594a0d6eb Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Thu, 14 Oct 2021 10:25:48 +1100 Subject: [PATCH] fix2 --- commands/moderation/mc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/moderation/mc.js b/commands/moderation/mc.js index 36c6800..8b7258f 100644 --- a/commands/moderation/mc.js +++ b/commands/moderation/mc.js @@ -28,7 +28,7 @@ module.exports = { fuck[1] = `say ${message.author.username}: ${fuck[1]} `; } console.log(fuck); - let res = await rcon.send(`${fuck[1]}`); + let res = await rcon.send(`${fuck[0]}`); message.reply(`Sent Command ${content}: ${res}`); rcon.end();