Parcourir la source

fix: re-add `keyring.Set` call (#209)

Co-authored-by: ayntgl <90600421+ayntgl@users.noreply.github.com>
Sofia il y a 3 ans
Parent
commit
882c22ac19
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      main.go

+ 2 - 0
main.go

@@ -80,6 +80,8 @@ func main() {
 				log.Fatal(err)
 			}
 
+			go keyring.Set(name, "token", tkn)
+
 			c.DrawMainFlex()
 			c.Application.SetRoot(c.MainFlex, true)
 			c.Application.SetFocus(c.GuildsTree)