ALFRED/shared/bot.go
klmp200 f7f3308372
All checks were successful
the build was successful
Begin commands package
2018-07-24 11:59:36 +02:00

15 lines
219 B
Go

/*
* @Author: Bartuccio Antoine
* @Date: 2018-07-24 11:56:47
* @Last Modified by: klmp200
* @Last Modified time: 2018-07-24 11:58:34
*/
package shared
import (
tb "gopkg.in/tucnak/telebot.v2"
)
var Bot *tb.Bot