This commit is contained in:
2023-03-11 18:30:12 +07:00
parent 57755d28d2
commit 78aaa9b80a
4 changed files with 91 additions and 27 deletions
+2 -1
View File
@@ -6,5 +6,6 @@ const (
Start = Command("/start")
Help = Command("/help")
Ping = Command("/ping")
Go = Command("/go")
Go = Command("/go")
Stat = Command("/stat")
)