mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-01-18 18:46:44 +01:00
16 lines
262 B
Go
16 lines
262 B
Go
/*
|
|
* @Author: Bartuccio Antoine
|
|
* @Date: 2018-07-24 11:56:47
|
|
* @Last Modified by: Bartuccio Antoine
|
|
* @Last Modified time: 2019-01-04 10:48:26
|
|
*/
|
|
|
|
package shared
|
|
|
|
import (
|
|
tb "gopkg.in/tucnak/telebot.v2"
|
|
)
|
|
|
|
// Bot contains telebot instance
|
|
var Bot *tb.Bot
|