add приседания
continuous-integration/drone/push Build is passing Details

This commit is contained in:
user-penguin 2023-03-20 03:01:09 +07:00
parent bce61e698a
commit 9e6681da30
2 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,5 @@ const (
Ping = Command("/ping") Ping = Command("/ping")
Go = Command("/go") Go = Command("/go")
Stat = Command("/stat") Stat = Command("/stat")
Eat = Command("/eat") Eat = Command("/eat")
) )

View File

@ -22,6 +22,7 @@ var (
"Отжимания", "Отжимания",
"Пресс", "Пресс",
"Подтягивания", "Подтягивания",
"Приседания",
} }
) )