From df0d794f44caebf580ef02e8aaf49ad2bda1b608 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 12 Feb 2026 20:09:58 +0100 Subject: [PATCH] feat(main): adding the events import --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 0a56c8d..a8fd923 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,6 +16,7 @@ async fn main() { let bot: Bot = Bot { commands: commands::import(), + events: events::import(), }; let mut client: Client = Client::builder(&token, intents)