diff --git a/commands/misc/fm.js b/commands/misc/fm.js index 3f97c3b..578004a 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -11,7 +11,8 @@ module.exports = { "They behave the same (for example: `fmtt` and `fm tt`)", "Set username: `fmset `", "Get current scrobble: `fm`", - "Get top tracks: `fmtt`" + "Get top tracks: `fmtt`", + "Get album cover for current scrobble: `fmcover`", ], async execute({ message, args, prefix, client }) { let sendText = {text: "Something went wrong.", embed: null};