From cc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9 Mon Sep 17 00:00:00 2001 From: Sheeley7 <5257942+Sheeley7@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:05:57 -0400 Subject: [PATCH] fixed issue in subcommand name (#1025) Co-authored-by: Max Isom --- src/commands/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/config.ts b/src/commands/config.ts index 0019a7a..f866e82 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -120,7 +120,7 @@ export default class implements Command { break; } - case 'set-queue-add-response-eph': { + case 'set-queue-add-response-hidden': { const value = interaction.options.getBoolean('value')!; await prisma.setting.update({