From 7177e6407996ab8b51f0529b4228b6defef4a865 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 29 Apr 2026 08:28:40 -0300 Subject: [PATCH] chore: tweak startup message --- botserver/src/main_module/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botserver/src/main_module/bootstrap.rs b/botserver/src/main_module/bootstrap.rs index 6468f52c..ceeb347d 100644 --- a/botserver/src/main_module/bootstrap.rs +++ b/botserver/src/main_module/bootstrap.rs @@ -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() {