diff --git a/src/main.rs b/src/main.rs index a9bfddd..f0ae14d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,9 +4,7 @@ mod events; use events::Bot; use serenity::all::*; use sqlx::postgres::PgPoolOptions; -use sqlx::{ - Pool, Postgres, migrate -}; +use sqlx::{Pool, Postgres, migrate}; use std::env; #[tokio::main] @@ -33,7 +31,6 @@ async fn main() { .expect("❌ | Failed to run migrations"); println!("✅ | Migrations applied\n"); - let intents: GatewayIntents = GatewayIntents::default(); let bot: Bot = Bot {