forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-10 07:09:24 +02:00
parent 1fc72f0c33
commit 6b4a080be0
2 changed files with 4 additions and 4 deletions

View File

@ -536,7 +536,7 @@ AWARDS = {
"description": "Pins the post/comment.", "description": "Pins the post/comment.",
"icon": "fas fa-thumbtack fa-rotate--45", "icon": "fas fa-thumbtack fa-rotate--45",
"color": "text-warning", "color": "text-warning",
"price": 750 "price": 1000
}, },
"unpin": { "unpin": {
"kind": "unpin", "kind": "unpin",
@ -692,7 +692,7 @@ AWARDS2 = {
"description": "Pins the post/comment.", "description": "Pins the post/comment.",
"icon": "fas fa-thumbtack fa-rotate--45", "icon": "fas fa-thumbtack fa-rotate--45",
"color": "text-warning", "color": "text-warning",
"price": 750 "price": 1000
}, },
"unpin": { "unpin": {
"kind": "unpin", "kind": "unpin",

View File

@ -82,7 +82,7 @@ def shop(v):
"icon": "fas fa-thumbtack fa-rotate--45", "icon": "fas fa-thumbtack fa-rotate--45",
"color": "text-warning", "color": "text-warning",
"owned": 0, "owned": 0,
"price": 750 "price": 1000
}, },
"unpin": { "unpin": {
"kind": "unpin", "kind": "unpin",
@ -276,7 +276,7 @@ def buy(v, award):
"description": "Pins the post/comment.", "description": "Pins the post/comment.",
"icon": "fas fa-thumbtack fa-rotate--45", "icon": "fas fa-thumbtack fa-rotate--45",
"color": "text-warning", "color": "text-warning",
"price": 750 "price": 1000
}, },
"unpin": { "unpin": {
"kind": "unpin", "kind": "unpin",