From 2c110e6b68dd31713244b0f914e197851ef44f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 20 Oct 2022 10:22:13 +0200 Subject: [PATCH] Fix typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0213f32..794021a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -134,7 +134,7 @@ async fn check_task(bot: &Throttle, reminder_time: NaiveTime, db: &Database bot.send_message( ChatId(chat_info.id), format!( - "Heute um {} Uhr geht's wetier", + "Heute um {} Uhr geht's weiter", appointment.start.format("%H:%M") ), )