test
This commit is contained in:
parent
15c37822e7
commit
4b7d6c3270
10
main.go
10
main.go
@ -62,10 +62,12 @@ func main() {
|
||||
logInfoDebug("Connected to Telegram")
|
||||
|
||||
go BotHandlers(bot)
|
||||
u := tb.User{
|
||||
ID: 32173684,
|
||||
}
|
||||
bot.Send(&u, fmt.Sprintf("Started (%s-b%s - %s)", githash, commits, buildstamp))
|
||||
/*
|
||||
u := tb.User{
|
||||
ID: int(32173684),
|
||||
}
|
||||
bot.Send(&u, fmt.Sprintf("Started (%s-b%s - %s)", githash, commits, buildstamp))
|
||||
*/
|
||||
|
||||
for {
|
||||
p := Packet{}
|
||||
|
Loading…
Reference in New Issue
Block a user