feat(main): adding the events import

This commit is contained in:
Raphael 2026-02-12 20:09:58 +01:00
parent 0a6a42159d
commit df0d794f44
No known key found for this signature in database

View file

@ -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)