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
Pipeline #3038 passed
......@@ -121,5 +121,6 @@ func main() {
if err != nil {
panic(err)
}
go bot.RefreshTask()
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