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();