add calories
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-12 13:53:50 +07:00
parent daa52ecbde
commit f1f3fb5db4
4 changed files with 107 additions and 9 deletions
+1
View File
@@ -8,4 +8,5 @@ const (
Ping = Command("/ping")
Go = Command("/go")
Stat = Command("/stat")
Eat = Command("/eat")
)