strager / First

GNU General Public License v3.0
3 stars 2 forks source link

Update rewards (first -> second -> third -> (disabled)) #18

Closed strager closed 1 year ago

strager commented 1 year ago

The bot should automatically rename and update rewards.

If the reward is the 'first' reward, it should be renamed to the 'second' reward. In addition, the per-stream redemption limit should be raised so that someone else can claim the reward.

After the final reward is collected, it should reset back to the state of the first reward; its name and redemption limit should be reset.

The streamer should be able to configure (#17) the name of the rewards, how many rewards there are, and the points allocated for each reward.

strager commented 1 year ago

This realistically depends on #17.

strager commented 1 year ago

if first:

if second:

if third:

strager commented 1 year ago

@mate-amargo implemented this, but I'll need to test it in production during a live stream.