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