mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
fixed issue in subcommand name (#1025)
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
This commit is contained in:
parent
cc1f18bc19
commit
cc0cf8379c
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue