aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheeley7 <[email protected]>2024-06-01 15:05:57 -0400
committerGitHub <[email protected]>2024-06-01 12:05:57 -0700
commitcc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9 (patch)
tree9cafd4b0a2fec55e8c3dd3698cbfca377e132ee8
parentcc1f18bc196fe1b5acb6023dc23ab42f43b41ba7 (diff)
downloadmuse-cc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9.tar.xz
muse-cc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9.zip
fixed issue in subcommand name (#1025)
Co-authored-by: Max Isom <[email protected]>
-rw-r--r--src/commands/config.ts2
1 files changed, 1 insertions, 1 deletions
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({