Commit Diff


commit - 03eaf6027607e04f4f24a363ab5f78f555ceebd7
commit + c30f1ffc287ae6df7bec5ff445e3c45eba7e0fe6
blob - a27b37c4dd4d4bed68ac8777d5c655b501561565
blob + 7b4592c92e245a523631a4f4ef92cf0aa2cfd9dd
--- args.go
+++ args.go
@@ -9,7 +9,7 @@ import (
 
 type argT struct {
 	cli.Helper
-	ApiUrl       string   `cli:"a,api" usage:"api url to use, remember the trailing \"/\"" dft:"https://rkiapi.wiredspace.de/"`
+	ApiUrl       string   `cli:"a,api" usage:"api url to use, remember the trailing \"/\"" dft:"https://api.corona-zahlen.org/"`
 	Token        string   `cli:"*t,token" usage:"token for the discord bot"`
 	Districts    []string `cli:"d,districts" usage:"districts to track"`
 	ModeratorIds []string `cli:"m,moderator" usage:"ids of accounts that are able to moderate the mod"`