From 4f3ddbb913d930ac39dda1fd894c0708a95e05eb Mon Sep 17 00:00:00 2001 From: Chuck Sneed Date: Tue, 1 Aug 2023 20:50:49 -0500 Subject: [PATCH] add bardfinn reply --- 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!" -- 2.34.1