From 4c344be7378f8aab008a0d13d2cb08223c34fd5a Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Thu, 14 Oct 2021 15:50:10 +1100 Subject: [PATCH] fix3 fuck a tree --- 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 8b7258f..6518fa8 100644 --- a/commands/moderation/mc.js +++ b/commands/moderation/mc.js @@ -25,7 +25,7 @@ module.exports = { let fuck = content.split("say "); if (args[0] == "say") { fuck = content.split("say "); - fuck[1] = `say ${message.author.username}: ${fuck[1]} `; + fuck[0] = `say ${message.author.username}: ${fuck[1]} `; } console.log(fuck); let res = await rcon.send(`${fuck[0]}`);