bot debug = false
This commit is contained in:
parent
6e2e3460d6
commit
be4604a899
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
|
@ -20,7 +20,6 @@ import (
|
|||
|
||||
var video_links chan (string)
|
||||
|
||||
// const workers_count int = 5
|
||||
// const tg_chat_id int64 = -1002135430788
|
||||
// const tg_bot_key string = "6548829570:AAFi_K-YhJwP7asF2-bwSCxrNAkkI7c7Xd0"
|
||||
// const vk_api_key string = "vk1.a.iQX883p6Es-adfHxxEBd1KSEodg79PqVNatiWAadchBPzhYJz2UGE5pgPmXNFlygj3RqTJQ7gB3juUayHFm4yYgV9fE6LPx_z3EkD3L57zXmNrLGjMdSASud4dXe7yfQNQP4OoPmmSAH4MZubPGK1JWWxzRe4wgYaooAA5ehRtcQOYjzser3kfJemt-uvT93ccikgR66QSjq0bGDsmeUyw"
|
||||
|
|
@ -121,7 +120,7 @@ func RunTG() {
|
|||
log.Panic(err)
|
||||
}
|
||||
|
||||
bot.Debug = true
|
||||
bot.Debug = false
|
||||
|
||||
log.Printf("[TG] Authorized on account %s", bot.Self.UserName)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue