From 9ac900bc4d435a36c8e7c7ff217c943a26a8eb0c Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 12 May 2025 18:00:23 +0200 Subject: [PATCH] fm: Add top artists and albums to moreHelp --- commands/misc/fm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/misc/fm.js b/commands/misc/fm.js index 3efd216..5aa6035 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -17,6 +17,8 @@ module.exports = { "They behave the same (for example: `fmtt` and `fm tt`)", "Set username: `fmset `", "Get current scrobble: `fm`", + "Get top artists `fmas`", + "Get top albums: `fmabl`", "Get top tracks: `fmtt`", "Get album cover for current scrobble: `fmcover`", "Get a roast from an LLM using your top artists and albums: `fmroast`"