muse
muse copied to clipboard
"/config get" command shows wrong value
What's happening?
There is a small error here: https://github.com/museofficial/muse/blob/6ec6bb8aaef484b0101377b5454ed4b4a6165784/src/commands/config.ts#L261-L262
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 😄
Good spot! Raised a PR to resolve.