reduce marsey award price from 3000 to 2000

pull/158/head
Aevann 2023-06-27 20:25:25 +03:00
parent 60933a7d67
commit cc5a8db4e7
1 changed files with 12 additions and 12 deletions

View File

@ -639,6 +639,18 @@ AWARDS = {
"ghost": False,
"enabled": True,
},
"marsey": {
"kind": "marsey",
"title": "Marsey",
"description": "Makes the recipient unable to post/comment anything but marsey emojis for 24 hours.",
"icon": "fas fa-cat",
"color": "text-orange",
"price": 2000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"deflector": {
"kind": "deflector",
"title": "Deflector",
@ -651,18 +663,6 @@ AWARDS = {
"ghost": False,
"enabled": True,
},
"marsey": {
"kind": "marsey",
"title": "Marsey",
"description": "Makes the recipient unable to post/comment anything but marsey emojis for 24 hours.",
"icon": "fas fa-cat",
"color": "text-orange",
"price": 3000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"ban": {
"kind": "ban",
"title": "1-Day Ban",