Fix typo
This commit is contained in:
@@ -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")
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user