Tlapbot/tlapbot/default_redeems.py

7 lines
466 B
Python

REDEEMS={
"hydrate": {"price": 60, "type": "list"},
"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"}
}