chore: tweak startup message
This commit is contained in:
parent
2c8ee74428
commit
7177e64079
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ pub fn init_logging_and_i18n(no_console: bool, no_ui: bool) {
|
||||||
\____||_| \_\___|_| |_|\___/|___/_|\_\ |____/ \___/|_| \__,_|
|
\____||_| \_\___|_| |_|\___/|___/_|\_\ |____/ \___/|_| \__,_|
|
||||||
|_|
|
|_|
|
||||||
"#);
|
"#);
|
||||||
println!("Starting General Bots {}...", env!("CARGO_PKG_VERSION"));
|
println!("General Bots {} starting...", env!("CARGO_PKG_VERSION"));
|
||||||
}
|
}
|
||||||
|
|
||||||
let locales_path = if std::path::Path::new("./locales").exists() {
|
let locales_path = if std::path::Path::new("./locales").exists() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue