From 653f9d0339ad706eb6228720a4a76d7bef67db5a Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Thu, 7 Mar 2024 11:53:23 +0100 Subject: [PATCH] FM: Update moreHelp with up to date information --- commands/misc/fm.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/commands/misc/fm.js b/commands/misc/fm.js index 83e0720..c240c6b 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -4,7 +4,12 @@ const getTopTracks = require("../../util/lastfm/getTopTracks"); module.exports = { name: 'fm', description: 'Last fm commands. See `help fm` for more info.', - moreHelp: ["Set username: `fm set `",], + moreHelp: ["Info: Having a space between fm and the subcommand makes no difference.", + "They behave the same (for example: `fmtt` and `fm tt`)", + "Set username: `fmset `", + "Get current scrobble: `fm`", + "Get top tracks: `fmtt`" + ], async execute({ message, args, prefix }) { let sendText = "Something went wrong."; switch (args[0]) {