Skip to content

Commit

Permalink
Update src/commands/config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
  • Loading branch information
Sheeley7 and codetheweb committed Apr 22, 2024
1 parent 8ca8c06 commit e0a5523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export default class implements Command {
.setDescription('whether to leave when everyone else leaves')
.setRequired(true)))
.addSubcommand(subcommand => subcommand
.setName('set-queue-add-response-eph')
.setDescription('set whether bot responses to queue adds are only displayed to the requester')
.setName('set-queue-add-response-hidden')
.setDescription('set whether bot responses to queue additions are only displayed to the requester')
.addBooleanOption(option => option
.setName('value')
.setDescription('whether bot responses to queue adds are only displayed to the requester')
.setDescription('whether bot responses to queue additions are only displayed to the requester')
.setRequired(true)))
.addSubcommand(subcommand => subcommand
.setName('set-auto-announce-next-song')
Expand Down

0 comments on commit e0a5523

Please sign in to comment.