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]) {