Skip to content

Commit

Permalink
fix: typo and update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWHoward committed Jan 29, 2025
1 parent d7f0a95 commit 24432c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default class implements Command {
: `${config.secondsToWaitAfterQueueEmpties}s`,
'Leave if there are no listeners': config.leaveIfNoListeners ? 'yes' : 'no',
'Auto announce next song in queue': config.autoAnnounceNextSong ? 'yes' : 'no',
'Add to queue reponses show for requester only': config.autoAnnounceNextSong ? 'yes' : 'no',
'Add to queue responses show for requester only': config.queueAddResponseEphemeral ? 'yes' : 'no',
'Default Volume': config.defaultVolume,
'Default queue page size': config.defaultQueuePageSize,
'Reduce volume when people speak': config.turnDownVolumeWhenPeopleSpeak ? 'yes' : 'no',
Expand Down

0 comments on commit 24432c0

Please sign in to comment.