Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"/config get" command shows wrong value #1188

Open
EugeneLeclerc opened this issue Jan 19, 2025 · 1 comment · May be fixed by #1208
Open

"/config get" command shows wrong value #1188

EugeneLeclerc opened this issue Jan 19, 2025 · 1 comment · May be fixed by #1208
Labels

Comments

@EugeneLeclerc
Copy link
Contributor

What's happening?

There is a small error here:

muse/src/commands/config.ts

Lines 261 to 262 in 6ec6bb8

'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 😄

@JoeWHoward JoeWHoward linked a pull request Jan 29, 2025 that will close this issue
@JoeWHoward
Copy link
Contributor

Good spot! Raised a PR to resolve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants