From ea1fc6e0510d2a2047761e48c2c261293938f117 Mon Sep 17 00:00:00 2001 From: Lili Date: Wed, 22 Mar 2023 14:53:48 +0100 Subject: [PATCH] add example milestone to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0171632..a77e337 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ 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": {"price": 1, "type": "milestone", "info": "Streamer will go nap when the goal is reached.", "goal": 1000}, "inactive": {"price": 100, "type": "note", "info": "Example redeem that is inactive by default", "category": ["inactive"]} } ```