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