Skip to content

Commit 13ffcb5

Browse files
committed
revert hot:fix /remove command removed
1 parent 2ce5031 commit 13ffcb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/register.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
NOTIFY_ONBOARDING,
99
OOO,
1010
USER,
11+
REMOVE,
1112
GROUP_INVITE,
1213
} from "./constants/commands";
1314
import { config } from "dotenv";
@@ -38,6 +39,7 @@ async function registerGuildCommands(
3839
USER,
3940
NOTIFY_OVERDUE,
4041
NOTIFY_ONBOARDING,
42+
REMOVE,
4143
GROUP_INVITE,
4244
];
4345

0 commit comments

Comments
 (0)