From b72a5806fdd5b61dab14e3d29e287bd7d58083ed Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 19:57:58 +0200 Subject: [PATCH] test --- main.go | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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{}