Tlapbot/tlapbot/default_redeems.py

6 lines
193 B
Python
Raw Normal View History

2022-10-18 14:44:46 +02:00
REDEEMS={
"hydrate": {"price": 60, "type": "list"},
2022-10-18 15:39:04 +02:00
"lurk": {"price": 1, "type": "counter"},
"react": {"price": 200, "type": "note"},
"request": {"price": 100, "type": "note"}
2022-10-18 14:44:46 +02:00
}