Aevann1 2022-12-13 18:36:16 +02:00
parent ab5cd4c60e
commit c4b2e5fc4b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def execute_snappy(post:Submission, v:User):
else: SNAPPY_CHOICES = [""]
body = random.choice(SNAPPY_CHOICES).strip()
if body.startswith(''):
if body.startswith('') or body.startswith(':#marseydownvote'):
body = body[1:]
vote = Vote(user_id=SNAPPY_ID,
vote_type=-1,