mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 23:52:14 +11:00
fix2
This commit is contained in:
parent
a8e294d792
commit
49c88bbc3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue