sdffsd
This commit is contained in:
parent
c8de772f08
commit
78d5d6d82f
2 changed files with 4 additions and 4 deletions
|
@ -201,7 +201,7 @@ AWARDS = {
|
||||||
"kind": "pizzashill",
|
"kind": "pizzashill",
|
||||||
"title": "Longpost",
|
"title": "Longpost",
|
||||||
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
||||||
"icon": "fas fa-pizza",
|
"icon": "fas fa-pizza-slice",
|
||||||
"color": "text-orange",
|
"color": "text-orange",
|
||||||
"price": 1000
|
"price": 1000
|
||||||
},
|
},
|
||||||
|
@ -389,7 +389,7 @@ AWARDS2 = {
|
||||||
"kind": "pizzashill",
|
"kind": "pizzashill",
|
||||||
"title": "Longpost",
|
"title": "Longpost",
|
||||||
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
||||||
"icon": "fas fa-pizza",
|
"icon": "fas fa-pizza-slice",
|
||||||
"color": "text-orange",
|
"color": "text-orange",
|
||||||
"price": 1000
|
"price": 1000
|
||||||
},
|
},
|
||||||
|
|
|
@ -102,7 +102,7 @@ def shop(v):
|
||||||
"kind": "pizzashill",
|
"kind": "pizzashill",
|
||||||
"title": "Longpost",
|
"title": "Longpost",
|
||||||
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
||||||
"icon": "fas fa-pizza",
|
"icon": "fas fa-pizza-slice",
|
||||||
"color": "text-orange",
|
"color": "text-orange",
|
||||||
"owned": 0,
|
"owned": 0,
|
||||||
"price": 1000,
|
"price": 1000,
|
||||||
|
@ -278,7 +278,7 @@ def buy(v, award):
|
||||||
"kind": "pizzashill",
|
"kind": "pizzashill",
|
||||||
"title": "Longpost",
|
"title": "Longpost",
|
||||||
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
"description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.",
|
||||||
"icon": "fas fa-pizza",
|
"icon": "fas fa-pizza-slice",
|
||||||
"color": "text-orange",
|
"color": "text-orange",
|
||||||
"price": 1000,
|
"price": 1000,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue