aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/remind.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/remind.ts')
-rw-r--r--src/commands/utilities/remind.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/utilities/remind.ts b/src/commands/utilities/remind.ts
index 6339343..4b7ccb9 100644
--- a/src/commands/utilities/remind.ts
+++ b/src/commands/utilities/remind.ts
@@ -1,4 +1,5 @@
import { BushCommand, Reminder, type ArgType, type BushMessage, type BushSlashMessage } from '#lib';
+import { ApplicationCommandOptionType } from 'discord.js';
export default class RemindCommand extends BushCommand {
public constructor() {
@@ -17,7 +18,7 @@ export default class RemindCommand extends BushCommand {
prompt: 'What would you like to be reminded about and when?',
retry: '{error} Choose a reason to be reminded about with a duration for when to be notified.',
optional: true,
- slashType: 'STRING'
+ slashType: ApplicationCommandOptionType.String
}
],
slash: true,