mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 15:42:13 +11:00
fix
This commit is contained in:
parent
8cddd6a12a
commit
a8e294d792
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ module.exports = {
|
|||
await rcon.connect();
|
||||
let content = message.content.substring(message.content.indexOf(" ") + 1);
|
||||
console.log(content);
|
||||
let fuck;
|
||||
let fuck = content.split("say ");
|
||||
if (args[0] == "say") {
|
||||
fuck = content.split("say ");
|
||||
fuck[1] = `say ${message.author.username}: ${fuck[1]} `;
|
||||
|
|
|
|||
Loading…
Reference in a new issue