remotes/1693045480750635534/spooky-22
Aevann1 2022-01-01 22:20:15 +02:00
parent e0682984aa
commit aaee13708d
1 changed files with 16 additions and 0 deletions

View File

@ -34,6 +34,22 @@ AWARDS3 = {
"color": "text-black-50",
"price": 300
},
"train": {
"kind": "train",
"title": "Train",
"description": "Summons a train on the post.",
"icon": "fas fa-train",
"color": "text-pink",
"price": 300
},
"wholesome": {
"kind": "wholesome",
"title": "Wholesome",
"description": "Summons a wholesome marsey on the post.",
"icon": "fas fa-smile-beam",
"color": "text-yellow",
"price": 300
},
}
@app.get("/shop")