This commit is contained in:
Expand-sys 2021-10-14 10:25:48 +11:00
parent a8e294d792
commit 49c88bbc3c

View file

@ -28,7 +28,7 @@ module.exports = {
fuck[1] = `say ${message.author.username}: ${fuck[1]} `; fuck[1] = `say ${message.author.username}: ${fuck[1]} `;
} }
console.log(fuck); console.log(fuck);
let res = await rcon.send(`${fuck[1]}`); let res = await rcon.send(`${fuck[0]}`);
message.reply(`Sent Command ${content}: ${res}`); message.reply(`Sent Command ${content}: ${res}`);
rcon.end(); rcon.end();