Commit Diff


commit - 87a853bf4c9104d968bbfb0292081693378c564a
commit + 11a9e1c467070fce3ebb5218630c534dcae7696b
blob - 2a075c4a44f5862ea6fdc152d8b84dd5edc765b3
blob + a27b37c4dd4d4bed68ac8777d5c655b501561565
--- args.go
+++ args.go
@@ -11,7 +11,6 @@ type argT struct {
 	cli.Helper
 	ApiUrl       string   `cli:"a,api" usage:"api url to use, remember the trailing \"/\"" dft:"https://rkiapi.wiredspace.de/"`
 	Token        string   `cli:"*t,token" usage:"token for the discord bot"`
-	ChannelId    string   `cli:"*c,channelid" usage:"discord channel to post updates to"`
 	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"`
 }