This commit is contained in:
shoopea 2020-06-21 19:57:58 +02:00
parent 14efc0e859
commit b72a5806fd

View File

@ -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{}