Skip to content

Commit 1a2b893

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

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/bot/plugin/reminders/command/remindCommand.ts renamed to backend/src/bot/plugin/reminders/command/remind.ts

File renamed without changes.

backend/src/bot/plugin/reminders/command/reminderListCommand.ts renamed to backend/src/bot/plugin/reminders/command/reminderList.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { remindersConfig } from "../index.ts";
1010

1111
export const reminderListCommand = defineCommand({
1212
name: ["reminderlist", "reminders", "listreminders"],
13+
trackUpdates: true,
1314

1415
preRun: context => permissionsGuard(context, remindersConfig, permissions => permissions.personal_reminders),
1516
async run(context) {

0 commit comments

Comments
 (0)