diff options
| author | Sheeley7 <[email protected]> | 2024-06-01 15:05:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-01 12:05:57 -0700 |
| commit | cc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9 (patch) | |
| tree | 9cafd4b0a2fec55e8c3dd3698cbfca377e132ee8 /src/commands | |
| parent | cc1f18bc196fe1b5acb6023dc23ab42f43b41ba7 (diff) | |
| download | muse-cc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9.tar.xz muse-cc0cf8379ca2b78b1f5b8358e68bbbd32b3571e9.zip | |
fixed issue in subcommand name (#1025)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/config.ts | 2 |
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({ |
