test
This commit is contained in:
parent
14efc0e859
commit
b72a5806fd
11
main.go
11
main.go
@ -62,12 +62,11 @@ func main() {
|
||||
logInfoDebug("Connected to Telegram")
|
||||
|
||||
go BotHandlers(bot)
|
||||
/*
|
||||
u := tb.User{
|
||||
ID: int(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