diff --git a/commands/misc/fm.js b/commands/misc/fm.js index d789ae9..847d506 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -9,7 +9,7 @@ module.exports = { let sendText = "Something went wrong."; switch (args[0]) { case "help": - sendText = this.moreHelp; + sendText = this.moreHelp.join("\n"); break; case "set": sendText = await fmlogin(message.author.id, args[1]);