~witcher/discord_covid19

11a9e1c467070fce3ebb5218630c534dcae7696b — Witcher01 3 years ago 87a853b
removed unused arg flag -c
1 files changed, 0 insertions(+), 1 deletions(-)

M args.go
M args.go => args.go +0 -1
@@ 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"`
}