From ae792192e87ecabdeec8846ad2addb5758c9d91c Mon Sep 17 00:00:00 2001 From: Lili Date: Fri, 13 Jan 2023 11:04:30 +0100 Subject: [PATCH] add a category example to default redeems --- tlapbot/default_redeems.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tlapbot/default_redeems.py b/tlapbot/default_redeems.py index 6210a04..828728e 100644 --- a/tlapbot/default_redeems.py +++ b/tlapbot/default_redeems.py @@ -3,4 +3,5 @@ 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."} + "inactive": {"price": 100, "type": "note", "info": "Example redeem that is inactive by default", "category": "inactive"} } \ No newline at end of file