init bot
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-11 16:00:25 +07:00
parent 80d6d0736b
commit 36b8707404
5 changed files with 136 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
package commands
type Command string
const (
Start = Command("/start")
Help = Command("/help")
Ping = Command("/ping")
)