refactor: format the main.rs

This commit is contained in:
Raphael 2026-02-13 12:15:58 +01:00 committed by Raphaël
parent e35b8c127f
commit 00fd1d944c

View file

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