aboutsummaryrefslogtreecommitdiff
path: root/bin/bot.ml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bot.ml')
-rw-r--r--bin/bot.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bot.ml b/bin/bot.ml
index aa46c60..f50c262 100644
--- a/bin/bot.ml
+++ b/bin/bot.ml
@@ -22,6 +22,7 @@ let check_command (message:Message.t) =
| "!new" -> Commands.new_guild message rest
| "!delall" -> Commands.delete_guilds message rest
| "!roletest" -> Commands.role_test message rest
+ | "!perms" -> Commands.check_permissions message rest
| _ -> () (* Fallback case, no matched command. *)
(* Example logs setup *)