From e5862a323be9952ecc97b5bf55b09e400f5ea4ba Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 7 Mar 2024 11:58:01 +0100 Subject: [PATCH] FM: Replace all with prefix --- commands/misc/fm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/fm.js b/commands/misc/fm.js index c240c6b..82dab5c 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -14,7 +14,7 @@ module.exports = { let sendText = "Something went wrong."; switch (args[0]) { case "help": - sendText = this.moreHelp.join("\n").replace("", prefix); + sendText = this.moreHelp.join("\n").replace(//g, prefix); break; case "set": sendText = await fmlogin(message.author.id, args[1]);