From a2baddb812b855a3705c621fd59d7672474383bb Mon Sep 17 00:00:00 2001 From: HeyMoon Date: Wed, 2 Aug 2023 04:18:25 +0000 Subject: [PATCH] Tell Aevann to go home when he posts (#173) ![image](/attachments/a0137b22-5d12-4f9d-a98a-5feb256533f9) Co-authored-by: Chuck Sneed Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/173 Co-authored-by: HeyMoon Co-committed-by: HeyMoon --- files/helpers/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 7ecf2cb82..1eb7d2956 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -81,6 +81,8 @@ def execute_snappy(post, v): body = ":#donkeykongfuckoffcarp:" else: body = ":#marseyfuckoffcarp:" + elif v.id == AEVANN_ID: + body="https://i.rdrama.net/images/16909380805064178.webp" elif v.id == LAWLZ_ID: if random.random() < 0.5: body = "wow, this lawlzpost sucks!" else: body = "wow, a good lawlzpost for once!"