remotes/1693045480750635534/spooky-22
Aevann1 2022-09-13 20:06:57 +02:00
parent 73ae8f6e65
commit a7236cd807
1 changed files with 1 additions and 1 deletions

View File

@ -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):