add a category example to default redeems

This commit is contained in:
Lili (Tlapka) 2023-01-13 11:04:30 +01:00
parent ef2f6910e6
commit ae792192e8
1 changed files with 1 additions and 0 deletions

View File

@ -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"}
}