add /start and /ping commands

This commit is contained in:
2022-04-03 17:35:07 +07:00
parent 76ef16445b
commit a43b031016
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -4,5 +4,6 @@ type Command string
const (
Start = Command("/start")
Help = Command("/help")
Ping = Command("/ping")
)