diff --git a/dice/main.go b/dice/main.go index d6f7253..9aa4baf 100644 --- a/dice/main.go +++ b/dice/main.go @@ -19,7 +19,6 @@ var ( cfg = struct { BotRespond bool `flag:"bot-respond,b" default:"false" description:"Wrap output in a respond directive for twitch-bot"` Count int64 `flag:"count,c" default:"1" description:"How many dice to throw?"` - Lang string `flag:"lang,l" default:"de" description:"Which language shall the output have?"` LogLevel string `flag:"log-level" default:"info" description:"Log level (debug, info, warn, error, fatal)"` Sides int64 `flag:"sides,s" default:"6" description:"How many sides does the dice have?"` Template string `flag:"template" vardefault:"tpl" description:"Template to format the result with"`