This commit is contained in:
shoopea 2019-05-11 11:36:38 +08:00
parent 1717ffcb6c
commit 15ebd0b648

View File

@ -96,7 +96,7 @@ func main() {
go BotHandlers()
u := tb.User{
ID: cfg.Bot.Admin,
ID: int(cfg.Bot.Admin),
}
b.Send(&u, "Bot restarted")