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:
parent
fb443a3287
commit
4f5b0fd5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ impl BotEvent for ReadyHandler {
|
||||||
.await
|
.await
|
||||||
.expect("❌ | Cannot register commands");
|
.expect("❌ | Cannot register commands");
|
||||||
|
|
||||||
println!("TTY now running with {} commands loaded", commands.len());
|
println!("\nTTY now running with {} commands loaded", commands.len());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue