We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2b893 commit 9f8e36bCopy full SHA for 9f8e36b
1 file changed
backend/src/bot/plugin/reminders/index.ts
@@ -3,8 +3,8 @@ import { remindersConfigSchema } from "../../../schema/plugin/reminder.ts";
3
import { debugFormatGuildByID } from "../../common/discord/debugFormat.ts";
4
import { definePlugin } from "../../loader/plugin.ts";
5
import { ConfigCache } from "../core/public/config.ts";
6
-import { remindCommand } from "./command/remindCommand.ts";
7
-import { reminderListCommand } from "./command/reminderListCommand.ts";
+import { remindCommand } from "./command/remind.ts";
+import { reminderListCommand } from "./command/reminderList.ts";
8
import { beginPollingReminders } from "./scheduler.ts";
9
10
export const remindersConfig = new ConfigCache(remindersConfigSchema);
0 commit comments