FM: Update moreHelp with up to date information
This commit is contained in:
parent
02b60c31b4
commit
653f9d0339
1 changed files with 6 additions and 1 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue