This commit is contained in:
Aevann1 2021-08-22 19:35:32 +02:00
parent ff3a2d0640
commit 46177da4ef
2 changed files with 3 additions and 3 deletions

View file

@ -5,14 +5,14 @@ from files.__main__ import Base
AWARDS = {
"ban": {
"kind": "ban",
"title": "1-Day Ban",
"title": "One-Day Ban",
"description": "Ban the author for a day.",
"icon": "fas fa-gavel",
"color": "text-danger"
},
"shit": {
"kind": "shit",
"title": "Literal Shitpost",
"title": "Shitpost",
"description": "Let OP know how much their post sucks ass. Flies will swarm their idiotic post. (flies only work on posts lol!!)",
"icon": "fas fa-poop",
"color": "text-black-50"