diff --git a/main.go b/main.go index 983052a..a1d579a 100644 --- a/main.go +++ b/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{}