feat: add GENERAL BOTS ASCII logo on startup
This commit is contained in:
parent
945dd9a116
commit
9814b7c2c9
1 changed files with 9 additions and 1 deletions
|
|
@ -29,6 +29,14 @@ pub fn init_logging_and_i18n(no_console: bool, no_ui: bool) {
|
||||||
|
|
||||||
if no_console || no_ui {
|
if no_console || no_ui {
|
||||||
botlib::logging::init_compact_logger_with_style("info");
|
botlib::logging::init_compact_logger_with_style("info");
|
||||||
|
println!(r#"
|
||||||
|
____ ____ _ _ _ ____ _
|
||||||
|
/ ___|| _ \ | | | | ___ ___| | __ | __ ) ___ _ __ __| |
|
||||||
|
| | _ | |_) | | |_| |/ _ \/ __| |/ / | _ \ / _ \| '__/ _` |
|
||||||
|
| |_| || _ < | _ | (_) \__ \ < | |_) | (_) | | | (_| |
|
||||||
|
\____||_| \_\___|_| |_|\___/|___/_|\_\ |____/ \___/|_| \__,_|
|
||||||
|
|_|
|
||||||
|
"#);
|
||||||
println!("Starting General Bots {}...", env!("CARGO_PKG_VERSION"));
|
println!("Starting General Bots {}...", env!("CARGO_PKG_VERSION"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue