pull/64/head
parent
ab5cd4c60e
commit
c4b2e5fc4b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue