add /start and /ping commands
This commit is contained in:
@@ -4,5 +4,6 @@ type Command string
|
||||
|
||||
const (
|
||||
Start = Command("/start")
|
||||
Help = Command("/help")
|
||||
Ping = Command("/ping")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user