mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-01-18 18:46:44 +01:00
15 lines
219 B
Go
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
|