diff --git a/src/main.rs b/src/main.rs index a8fd923..5cfb24c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ async fn main() { let token: String = env::var("DISCORD_TOKEN").expect("❌ | DISCORD_TOKEN missing (check the env file)"); - let intents: GatewayIntents = GatewayIntents::empty(); + let intents: GatewayIntents = GatewayIntents::default(); let bot: Bot = Bot { commands: commands::import(),