feat(main): adding the events import
This commit is contained in:
parent
0a6a42159d
commit
df0d794f44
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ async fn main() {
|
||||||
|
|
||||||
let bot: Bot = Bot {
|
let bot: Bot = Bot {
|
||||||
commands: commands::import(),
|
commands: commands::import(),
|
||||||
|
events: events::import(),
|
||||||
};
|
};
|
||||||
|
|
||||||
let mut client: Client = Client::builder(&token, intents)
|
let mut client: Client = Client::builder(&token, intents)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue