This commit is contained in:
Aevann1 2021-10-18 19:55:07 +02:00
parent df73f81da7
commit 97878f535f
3 changed files with 44 additions and 2 deletions

View file

@ -48,6 +48,14 @@ if site_name == "Drama":
"icon": "fas fa-sparkles",
"color": "text-warning",
"price": 500
},
"grass": {
"kind": "grass",
"title": "Grass",
"description": "Ban the author permenantly (must provide a timestamped picture of them touching grass to the admins to get unbanned)",
"icon": "fas fa-seedling",
"color": "text-success",
"price": 500
}
}
else: