forked from MarseyWorld/MarseyWorld
fix typos
parent
2b594d75bc
commit
d22d60b5f7
|
@ -857,7 +857,7 @@ def agendaposter(user_id, v):
|
||||||
g.db.add(user)
|
g.db.add(user)
|
||||||
|
|
||||||
if days: note = f"for {days} days"
|
if days: note = f"for {days} days"
|
||||||
else: note = "permenantly"
|
else: note = "permanently"
|
||||||
|
|
||||||
ma = ModAction(
|
ma = ModAction(
|
||||||
kind="agendaposter",
|
kind="agendaposter",
|
||||||
|
|
|
@ -173,7 +173,7 @@ def award_thing(v, thing_type, id):
|
||||||
return {"error": "You can't use this award on yourself."}, 400
|
return {"error": "You can't use this award on yourself."}, 400
|
||||||
|
|
||||||
if kind == 'marsify' and author.marsify == 1:
|
if kind == 'marsify' and author.marsify == 1:
|
||||||
return {"error": "User is already permenantly marsified!"}, 403
|
return {"error": "User is already permanently marsified!"}, 403
|
||||||
|
|
||||||
if v.id != author.id:
|
if v.id != author.id:
|
||||||
if author.deflector and v.deflector:
|
if author.deflector and v.deflector:
|
||||||
|
|
Loading…
Reference in New Issue