Closed elmodor closed 6 months ago
Describe the bug When using !gw advanced to setup an advanced giveaway and using --blacklist role the blacklist is always empty and does not work.
!gw advanced
--blacklist role
E.g.: !gw advanced --blacklist Admin --prize Blacklist --duration 1m !gw info <msgid> does not contain a blacklist
!gw advanced --blacklist Admin --prize Blacklist --duration 1m
!gw info <msgid>
Solution https://github.com/flaree/flare-cogs/blame/master/giveaways/converter.py#L138 vals["blacklist"] is always set to an empty array
vals["blacklist"]
Describe the bug When using
!gw advanced
to setup an advanced giveaway and using--blacklist role
the blacklist is always empty and does not work.E.g.:
!gw advanced --blacklist Admin --prize Blacklist --duration 1m
!gw info <msgid>
does not contain a blacklistSolution https://github.com/flaree/flare-cogs/blame/master/giveaways/converter.py#L138
vals["blacklist"]
is always set to an empty array