feat: add get users
This commit is contained in:
9
conf/bot.go
Normal file
9
conf/bot.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package conf
|
||||
|
||||
import (
|
||||
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
|
||||
)
|
||||
|
||||
var (
|
||||
Bot *tgbotapi.BotAPI
|
||||
)
|
15
conf/mc.go
Normal file
15
conf/mc.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package conf
|
||||
|
||||
import (
|
||||
"github.com/Tnze/go-mc/bot"
|
||||
"github.com/Tnze/go-mc/bot/basic"
|
||||
"github.com/Tnze/go-mc/bot/msg"
|
||||
"github.com/Tnze/go-mc/bot/playerlist"
|
||||
)
|
||||
|
||||
var (
|
||||
Client *bot.Client
|
||||
Player *basic.Player
|
||||
ChatHandler *msg.Manager
|
||||
PlayerList *playerlist.PlayerList
|
||||
)
|
Reference in New Issue
Block a user