This commit is contained in:
2023-02-10 15:51:04 +07:00
parent 9415ce4c37
commit 9a1a99985c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ func run() {
sendTomorrowLessonsToChat(bot, chatID, "Завтра, "+update.Message.From.FirstName+", эти пары:")
case commands.AllLessons:
sendAllLessonsToChat(bot, chatID, "Пока знаю про эти пары:")
sendAllLessonsToChat(bot, chatID, "Пока знаю про эти пары:")
case commands.Weather:
w, err := weather.GetWeatherWithCache(opts.Key, 53.346853, 83.777012, time.Hour)