refactor(main): formatting using rustfmt
This commit is contained in:
parent
0869d04b30
commit
c1af40861a
1 changed files with 12 additions and 12 deletions
24
src/main.rs
24
src/main.rs
|
|
@ -35,18 +35,18 @@ async fn main() {
|
|||
println!("✅ | Migrations applied\n");
|
||||
|
||||
let intents: GatewayIntents = GatewayIntents::AUTO_MODERATION_CONFIGURATION
|
||||
| GatewayIntents::AUTO_MODERATION_EXECUTION
|
||||
| GatewayIntents::DIRECT_MESSAGE_REACTIONS
|
||||
| GatewayIntents::DIRECT_MESSAGES
|
||||
| GatewayIntents::GUILD_INVITES
|
||||
| GatewayIntents::GUILD_MEMBERS
|
||||
| GatewayIntents::GUILD_MESSAGE_REACTIONS
|
||||
| GatewayIntents::GUILD_MESSAGE_TYPING
|
||||
| GatewayIntents::GUILD_MESSAGES
|
||||
| GatewayIntents::GUILD_MODERATION
|
||||
| GatewayIntents::GUILD_VOICE_STATES
|
||||
| GatewayIntents::GUILDS
|
||||
| GatewayIntents::MESSAGE_CONTENT;
|
||||
| GatewayIntents::AUTO_MODERATION_EXECUTION
|
||||
| GatewayIntents::DIRECT_MESSAGE_REACTIONS
|
||||
| GatewayIntents::DIRECT_MESSAGES
|
||||
| GatewayIntents::GUILD_INVITES
|
||||
| GatewayIntents::GUILD_MEMBERS
|
||||
| GatewayIntents::GUILD_MESSAGE_REACTIONS
|
||||
| GatewayIntents::GUILD_MESSAGE_TYPING
|
||||
| GatewayIntents::GUILD_MESSAGES
|
||||
| GatewayIntents::GUILD_MODERATION
|
||||
| GatewayIntents::GUILD_VOICE_STATES
|
||||
| GatewayIntents::GUILDS
|
||||
| GatewayIntents::MESSAGE_CONTENT;
|
||||
|
||||
let bot: Bot = Bot {
|
||||
commands: commands::import(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue