From ff4b227a6421e3b20ec5f6de4f73cde344dd0a41 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 28 Mar 2022 16:07:55 +0200 Subject: [PATCH] Also add fix command in main --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 132ab19..f416eb9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -164,6 +164,7 @@ async fn app() -> Result<(), Error> { commands::invites::invites(), commands::schedule::schedule(), commands::boop(), + commands::fix(), commands::planning::get_command(), commands::get_links(), ],