style: minor changes

This commit is contained in:
2025-03-15 16:37:16 -04:00
parent ce98afb11d
commit 638dc75cb7
3 changed files with 3 additions and 3 deletions

View File

@@ -122,6 +122,7 @@ async fn main() -> anyhow::Result<()> {
} else {
Account::offline(&username)
};
let Err(error) = ClientBuilder::new_without_plugins()
.add_plugins(DefaultBotPlugins)
.add_plugins(HaxPlugin)