This commit is contained in:
Aevann1 2022-01-28 06:37:40 +02:00
parent e4a8589e99
commit be9d7a1ba8
7 changed files with 12 additions and 12 deletions

View file

@ -727,7 +727,7 @@ def agendaposter(user_id, v):
g.db.commit()
if user.agendaposter: return redirect(user.url)
return {"message": "Agendaposter theme disabled!"}
return {"message": "Chud theme disabled!"}
@app.post("/shadowban/<user_id>")