mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-08 19:31:35 +02:00
Fix typo
This commit is contained in:
parent
fd7810f839
commit
f9ab7597c6
2 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default class implements Command {
|
|||
break;
|
||||
}
|
||||
|
||||
case 'set-wait-after-queue-empty': {
|
||||
case 'set-wait-after-queue-empties': {
|
||||
const delay = interaction.options.getInteger('delay')!;
|
||||
|
||||
await prisma.setting.update({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue