diff options
| author | Max Isom <[email protected]> | 2022-02-12 10:59:55 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-02-12 10:59:55 -0500 |
| commit | f9ab7597c6ed4979ebf22f7c240ca38d31b46297 (patch) | |
| tree | 9b9472dbccda4fe5987e6b52fbfe130ab3407726 /src/commands | |
| parent | fd7810f839cb920a8cd660bf0dc1776c6ddb2767 (diff) | |
| download | muse-f9ab7597c6ed4979ebf22f7c240ca38d31b46297.tar.xz muse-f9ab7597c6ed4979ebf22f7c240ca38d31b46297.zip | |
Fix typo
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 b0a5215..5ed286f 100644 --- a/src/commands/config.ts +++ b/src/commands/config.ts @@ -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({ |
