From 8881fb302a31b8a0088a77781668df838498772b Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 26 Jul 2024 17:57:53 +0200 Subject: [PATCH] Updated greeter. Signed-off-by: Pavel Kirilin <win10@list.ru> --- src/bot/handlers/fun/greeter.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bot/handlers/fun/greeter.rs b/src/bot/handlers/fun/greeter.rs index 8648740..cd02738 100644 --- a/src/bot/handlers/fun/greeter.rs +++ b/src/bot/handlers/fun/greeter.rs @@ -6,7 +6,6 @@ use crate::bot::handlers::base::Handler; lazy_static::lazy_static! { static ref GREETINGS: &'static [&'static str] = &[ - "Привет!", "Добрый день!", "ЗдравÑтвуйте.", "ПриветÑтвую.", -- GitLab