Skip to content
Snippets Groups Projects
Verified Commit 11994db8 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: automatically refresh tokens

parent 7e291a49
No related branches found
No related tags found
No related merge requests found
...@@ -121,5 +121,6 @@ func main() { ...@@ -121,5 +121,6 @@ func main() {
if err != nil { if err != nil {
panic(err) panic(err)
} }
go bot.RefreshTask()
bot.Serve(":8080") bot.Serve(":8080")
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment