This commit is contained in:
Aevann1 2021-10-21 00:01:30 +02:00
parent 33c28f2a67
commit 936b9f06a2
6 changed files with 66 additions and 11 deletions

View file

@ -14,7 +14,15 @@ if site_name == "Drama":
"description": "Bans the author for a day.",
"icon": "fas fa-gavel",
"color": "text-danger",
"price": 5000
"price": 3000
},
"unban": {
"kind": "unban",
"title": "1-Day Unban",
"description": "Removes 1 day from the ban duration of the recipient.",
"icon": "fas fa-gavel",
"color": "text-success",
"price": 3500
},
"shit": {
"kind": "shit",

View file

@ -31,7 +31,15 @@ if site_name == "Drama":
"description": "Bans the author for a day.",
"icon": "fas fa-gavel",
"color": "text-danger",
"price": 5000
"price": 3000
},
"unban": {
"kind": "unban",
"title": "1-Day Unban",
"description": "Removes 1 day from the ban duration of the recipient.",
"icon": "fas fa-gavel",
"color": "text-success",
"price": 3500
},
"shit": {
"kind": "shit",