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