clear
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-08 19:24:03 +07:00
parent f1f2ae721b
commit 12ffc3461f
2 changed files with 0 additions and 21 deletions
-13
View File
@@ -1,13 +0,0 @@
package commands
type Command string
const (
Start = Command("/start")
Help = Command("/help")
Ping = Command("/ping")
Go = Command("/go")
Stat = Command("/stat")
Eat = Command("/eat")
Pause = Command("/pause")
)