Accounts: Fix cog on telegram when no discord linked
Also, disable telegram & discord if an auth/initialization error occurs.
This commit is contained in:
@@ -83,6 +83,7 @@ func (t *TelegramDaemon) run() {
|
||||
updates, err := t.bot.GetUpdatesChan(u)
|
||||
if err != nil {
|
||||
t.app.err.Printf("Failed to start Telegram daemon: %v", err)
|
||||
telegramEnabled = false
|
||||
return
|
||||
}
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user