FM: Update moreHelp with up to date information

This commit is contained in:
SileNce5k 2024-03-07 11:53:23 +01:00
parent 02b60c31b4
commit 653f9d0339
No known key found for this signature in database
GPG key ID: 961132EB78C8915F

View file

@ -4,7 +4,12 @@ const getTopTracks = require("../../util/lastfm/getTopTracks");
module.exports = {
name: 'fm',
description: 'Last fm commands. See `<prefix>help fm` for more info.',
moreHelp: ["Set username: `<prefix>fm set <lastfm_username>`",],
moreHelp: ["Info: Having a space between fm and the subcommand makes no difference.",
"They behave the same (for example: `<prefix>fmtt` and `<prefix>fm tt`)",
"Set username: `<prefix>fmset <lastfm_username>`",
"Get current scrobble: `<prefix>fm`",
"Get top tracks: `<prefix>fmtt`"
],
async execute({ message, args, prefix }) {
let sendText = "Something went wrong.";
switch (args[0]) {