style(main): adding the indentation for align all GatewayIntent

This commit is contained in:
Raphael 2026-02-13 19:52:28 +01:00 committed by Raphaël
parent 6f7fd043d2
commit 0ff9aa4340

View file

@ -1,5 +1,8 @@
mod commands;
mod database;
mod events;
mod models;
mod utils;
use events::Bot;
use serenity::all::*;