Accounts: Fix cog on telegram when no discord linked

Also, disable telegram & discord if an auth/initialization error occurs.
This commit is contained in:
Harvey Tindall
2021-05-23 14:48:36 +01:00
parent 519a5615cc
commit b8e3fc636c
3 changed files with 14 additions and 11 deletions
+1
View File
@@ -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 {