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
@@ -15,7 +15,7 @@ const (
Ping = Command("/ping")
TodayLessons = Command("/today_lessons")
TomorrowLessons = Command("/tomorrow_lessons")
AllLessons = Command("/all_lessons")
AllLessons = Command("/all_lessons")
Weather = Command("/weather")
NewYear = Command("/new_year")
)