muse icon indicating copy to clipboard operation
muse copied to clipboard

"/config get" command shows wrong value

Open EugeneLeclerc opened this issue 11 months ago • 1 comments

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 😄

EugeneLeclerc avatar Jan 19 '25 19:01 EugeneLeclerc

Good spot! Raised a PR to resolve.

JoeWHoward avatar Jan 29 '25 04:01 JoeWHoward