Skip to content

Commit 5de8de4

Browse files
committed
feat: reaction role command
1 parent d8718ec commit 5de8de4

File tree

6 files changed

+848
-57
lines changed

6 files changed

+848
-57
lines changed

src/commands/help.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ const commands: CommandInfo[] = [
4141
value: "Create webhook for the server",
4242
category: "admin",
4343
},
44+
{
45+
name: "/reactionrole >subcommand",
46+
value: "Manage reaction role rules (add/remove/list)",
47+
category: "admin",
48+
},
4449
// Moderator
4550
{
4651
name: "/kick @user [-reason]",

0 commit comments

Comments
 (0)