Skip to content

Commit

Permalink
Changed login.js
Browse files Browse the repository at this point in the history
  • Loading branch information
coopw1 committed Jan 8, 2024
1 parent a78af40 commit 8334b4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/userSettings/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ module.exports = {
"**[Click here to get your ListenBrainz User token](https://listenbrainz.org/profile/)**\n\n" +
"Once you have copied your token, press the button below"
)
.setFooter({
text: "Press the ? button to learn more!",
})
.setColor(0x353070);

// Create a button with the label "Continue"
Expand Down Expand Up @@ -194,7 +197,7 @@ module.exports = {
)
.setColor(0xeb743b);
const embed2 = new EmbedBuilder()
.setTitle('"Do I need to give my token?')
.setTitle('"Do I need to give my token?"')
.setDescription(
'You can also login with only your username using `/settings user username:"yourUsername"`\n' +
"### Token \n" +
Expand Down

0 comments on commit 8334b4b

Please sign in to comment.