forked from MarseyWorld/MarseyWorld
fdfd
parent
cdf1235c99
commit
4a49ae63a6
|
@ -14,7 +14,7 @@ if site_name == "Drama":
|
|||
"description": "Bans the author for a day.",
|
||||
"icon": "fas fa-gavel",
|
||||
"color": "text-danger",
|
||||
"price": 1500
|
||||
"price": 5000
|
||||
},
|
||||
"shit": {
|
||||
"kind": "shit",
|
||||
|
|
|
@ -31,7 +31,7 @@ if site_name == "Drama":
|
|||
"description": "Bans the author for a day.",
|
||||
"icon": "fas fa-gavel",
|
||||
"color": "text-danger",
|
||||
"price": 1500
|
||||
"price": 5000
|
||||
},
|
||||
"shit": {
|
||||
"kind": "shit",
|
||||
|
|
|
@ -18,7 +18,7 @@ def shop(v):
|
|||
"description": "Bans the author for a day.",
|
||||
"icon": "fas fa-gavel",
|
||||
"color": "text-danger",
|
||||
"price": 1500
|
||||
"price": 5000
|
||||
},
|
||||
"shit": {
|
||||
"kind": "shit",
|
||||
|
@ -95,7 +95,7 @@ def buy(v, award):
|
|||
"description": "Bans the author for a day.",
|
||||
"icon": "fas fa-gavel",
|
||||
"color": "text-danger",
|
||||
"price": 1500
|
||||
"price": 5000
|
||||
},
|
||||
"shit": {
|
||||
"kind": "shit",
|
||||
|
|
Loading…
Reference in New Issue