You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Auto announce next song in queue': config.autoAnnounceNextSong ? 'yes' : 'no',
'Add to queue reponses show for requester only': config.autoAnnounceNextSong ? 'yes' : 'no',
The value of config.autoAnnounceNextSong is shown both for "Auto announce next song in queue" and for "Add to queue reponses show for requester only". I believe it should be config.queueAddResponseEphemeral for the later.
Thanks for your work on this bot, I use it daily 😄
The text was updated successfully, but these errors were encountered:
What's happening?
There is a small error here:
muse/src/commands/config.ts
Lines 261 to 262 in 6ec6bb8
The value of
config.autoAnnounceNextSong
is shown both for "Auto announce next song in queue" and for "Add to queue reponses show for requester only". I believe it should beconfig.queueAddResponseEphemeral
for the later.Thanks for your work on this bot, I use it daily 😄
The text was updated successfully, but these errors were encountered: