From a7236cd8074ca340313398dbab74c4d90aba8569 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 13 Sep 2022 20:06:57 +0200 Subject: [PATCH] fix typo --- files/routes/asset_submissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/asset_submissions.py b/files/routes/asset_submissions.py index 035e7ddf8..f8058e9dd 100644 --- a/files/routes/asset_submissions.py +++ b/files/routes/asset_submissions.py @@ -159,7 +159,7 @@ def approve_marsey(v, name): if v.id != author.id: author.coins += 250 g.db.add(author) - msg = f"@{v.username} has approved a marsey you made: :{marsey.name}:\nYou have receieved 250 coins as a reward!" + msg = f"@{v.username} has approved a marsey you made: :{marsey.name}:\nYou have received 250 coins as a reward!" send_repeatable_notification(author.id, msg) if v.id not in (author.id, marsey.submitter_id):