add /start and /ping commands
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package commands
|
||||
|
||||
type Command string
|
||||
|
||||
const (
|
||||
Start = Command("/start")
|
||||
Ping = Command("/ping")
|
||||
)
|
||||
Reference in New Issue
Block a user