forked from rDrama/rDrama
1
0
Fork 0

cosmetic change

master
Aevann1 2022-09-10 02:18:52 +02:00
parent c638c8be80
commit 8943024e17
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ def reject_marsey(v, name):
if not marsey:
return {"error": f"This marsey '{name}' doesn't exist!"}, 404
msg = f"@{v.username} has rejected a marsey you submitted: '{marsey.name}'"
msg = f"@{v.username} has rejected a marsey you submitted: `'{marsey.name}'`"
send_repeatable_notification(marsey.submitter_id, msg)
g.db.delete(marsey)