add morehelp
This commit is contained in:
parent
ead50bcf43
commit
22d688ee80
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ module.exports = {
|
||||||
"They behave the same (for example: `<prefix>fmtt` and `<prefix>fm tt`)",
|
"They behave the same (for example: `<prefix>fmtt` and `<prefix>fm tt`)",
|
||||||
"Set username: `<prefix>fmset <lastfm_username>`",
|
"Set username: `<prefix>fmset <lastfm_username>`",
|
||||||
"Get current scrobble: `<prefix>fm`",
|
"Get current scrobble: `<prefix>fm`",
|
||||||
"Get top tracks: `<prefix>fmtt`"
|
"Get top tracks: `<prefix>fmtt`",
|
||||||
|
"Get album cover for current scrobble: `<prefix>fmcover`",
|
||||||
],
|
],
|
||||||
async execute({ message, args, prefix, client }) {
|
async execute({ message, args, prefix, client }) {
|
||||||
let sendText = {text: "Something went wrong.", embed: null};
|
let sendText = {text: "Something went wrong.", embed: null};
|
||||||
|
|
Loading…
Add table
Reference in a new issue