refactor(events/bot): adding a backline before the last message

The last message refere to the last message sent by TTY when running
This commit is contained in:
Raphael 2026-02-12 23:18:31 +01:00
parent fb443a3287
commit 4f5b0fd5ea
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ impl BotEvent for ReadyHandler {
.await
.expect("❌ | Cannot register commands");
println!("TTY now running with {} commands loaded", commands.len());
println!("\nTTY now running with {} commands loaded", commands.len());
}
}