Add handle.go

This commit is contained in:
iyear 2020-03-27 11:36:29 +08:00
parent 4759731fb7
commit 43ea9c2fb4

7
handle.go Normal file
View File

@ -0,0 +1,7 @@
package main
import tb "gopkg.in/tucnak/telebot.v2"
func bStart(m *tb.Message) {
}