Skip to content

Commit 9f8e36b

Browse files
committed
Fix inconsistency of reminder commands
1 parent 1a2b893 commit 9f8e36b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • backend/src/bot/plugin/reminders

backend/src/bot/plugin/reminders/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { remindersConfigSchema } from "../../../schema/plugin/reminder.ts";
33
import { debugFormatGuildByID } from "../../common/discord/debugFormat.ts";
44
import { definePlugin } from "../../loader/plugin.ts";
55
import { ConfigCache } from "../core/public/config.ts";
6-
import { remindCommand } from "./command/remindCommand.ts";
7-
import { reminderListCommand } from "./command/reminderListCommand.ts";
6+
import { remindCommand } from "./command/remind.ts";
7+
import { reminderListCommand } from "./command/reminderList.ts";
88
import { beginPollingReminders } from "./scheduler.ts";
99

1010
export const remindersConfig = new ConfigCache(remindersConfigSchema);

0 commit comments

Comments
 (0)