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

This commit is contained in:
2023-03-11 16:34:31 +07:00
parent 36b8707404
commit 954263fc0d
2 changed files with 29 additions and 2 deletions
+1
View File
@@ -6,4 +6,5 @@ const (
Start = Command("/start")
Help = Command("/help")
Ping = Command("/ping")
Go = Command("/go")
)