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

This commit is contained in:
2023-04-06 01:18:25 +07:00
parent 9e6681da30
commit b771745c47
5 changed files with 106 additions and 10 deletions
+1
View File
@@ -9,4 +9,5 @@ const (
Go = Command("/go")
Stat = Command("/stat")
Eat = Command("/eat")
Pause = Command("/pause")
)