This commit is contained in:
shoopea 2020-06-21 19:55:21 +02:00
parent 15c37822e7
commit 4b7d6c3270

View File

@ -62,10 +62,12 @@ func main() {
logInfoDebug("Connected to Telegram")
go BotHandlers(bot)
/*
u := tb.User{
ID: 32173684,
ID: int(32173684),
}
bot.Send(&u, fmt.Sprintf("Started (%s-b%s - %s)", githash, commits, buildstamp))
*/
for {
p := Packet{}