init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package telegram
|
||||
|
||||
import tb "gopkg.in/telebot.v3"
|
||||
|
||||
const (
|
||||
START_CMD = "/start"
|
||||
)
|
||||
|
||||
var Cmds = []tb.Command{
|
||||
{
|
||||
Text: START_CMD,
|
||||
Description: "开始",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user