From 5316f7e20528a85436f0d75a304b3cfe8fb79b8f Mon Sep 17 00:00:00 2001 From: Lili Date: Thu, 13 Jul 2023 12:42:46 +0200 Subject: [PATCH] improve default_redeems list milestone "goal" first in the redeems dictionary --- tlapbot/default_redeems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlapbot/default_redeems.py b/tlapbot/default_redeems.py index 6ea8a31..063b2c8 100644 --- a/tlapbot/default_redeems.py +++ b/tlapbot/default_redeems.py @@ -3,6 +3,6 @@ REDEEMS={ "lurk": {"price": 1, "type": "counter", "info": "Let us know you're going to lurk."}, "react": {"price": 200, "type": "note", "info": "Attach link to a video for me to react to."}, "request": {"price": 100, "type": "note", "info": "Request a level, gamemode, skin, etc."}, - "go_nap": {"type": "milestone", "info": "Streamer will go nap when the goal is reached.", "goal": 1000}, + "go_nap": {"goal": 1000, "type": "milestone", "info": "Streamer will go nap when the goal is reached."}, "inactive": {"price": 100, "type": "note", "info": "Example redeem that is inactive by default", "category": ["inactive"]} } \ No newline at end of file