Add prefix to the message reminding how to set username
This commit is contained in:
parent
8b012829c1
commit
90e16e2b3c
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ module.exports = async function(userID, guild) {
|
|||
},)
|
||||
sendText.embed = embed;
|
||||
} else {
|
||||
sendText.text = "You haven't set your last.fm username yet. Use `fm set <lastfm_username>` to set it.";
|
||||
sendText.text = "You haven't set your last.fm username yet. Use `<prefix>fm set <lastfm_username>` to set it.";
|
||||
}
|
||||
return sendText;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue