Updated greeter.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2024-07-26 17:57:53 +02:00
parent 8cad92b7e3
commit 8881fb302a

View File

@ -6,7 +6,6 @@ use crate::bot::handlers::base::Handler;
lazy_static::lazy_static! { lazy_static::lazy_static! {
static ref GREETINGS: &'static [&'static str] = &[ static ref GREETINGS: &'static [&'static str] = &[
"Привет!",
"Добрый день!", "Добрый день!",
"Здравствуйте.", "Здравствуйте.",
"Приветствую.", "Приветствую.",