From c4b2e5fc4b2267341a59d782c19dbadbb3aa7a0a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 13 Dec 2022 18:36:16 +0200 Subject: [PATCH] do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3233481?context=8#context --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 864c66da5..de501f808 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -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,