fixed issue in subcommand name (#1025)

Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
This commit is contained in:
Sheeley7 2024-06-01 15:05:57 -04:00 committed by GitHub
parent cc1f18bc19
commit cc0cf8379c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ export default class implements Command {
break; break;
} }
case 'set-queue-add-response-eph': { case 'set-queue-add-response-hidden': {
const value = interaction.options.getBoolean('value')!; const value = interaction.options.getBoolean('value')!;
await prisma.setting.update({ await prisma.setting.update({