This commit is contained in:
2022-10-20 10:22:13 +02:00
parent 3499e349b0
commit 2c110e6b68

View File

@@ -134,7 +134,7 @@ async fn check_task(bot: &Throttle<Bot>, reminder_time: NaiveTime, db: &Database
bot.send_message( bot.send_message(
ChatId(chat_info.id), ChatId(chat_info.id),
format!( format!(
"Heute um {} Uhr geht's wetier", "Heute um {} Uhr geht's weiter",
appointment.start.format("%H:%M") appointment.start.format("%H:%M")
), ),
) )