From 22d688ee80a6d26ec206f0a7560f81db26dcefe6 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 9 Apr 2024 15:51:15 +0200 Subject: [PATCH] add morehelp --- commands/misc/fm.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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};