fix default redeems

This commit is contained in:
Lili (Tlapka) 2022-10-18 15:39:04 +02:00
parent 5561621be2
commit f0077c56dc
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
REDEEMS={
"hydrate": {"price": 60, "type": "list"},
"lurk": {"price:": 1, "type": "counter"},
"react": {"price:": 200, "type": "note"},
"request": {"price:": 100, "type": "note"}
"lurk": {"price": 1, "type": "counter"},
"react": {"price": 200, "type": "note"},
"request": {"price": 100, "type": "note"}
}