From a5875f713e97ba882a6216deecc182f763b19c2e Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Oct 2023 17:46:34 +0300 Subject: [PATCH] add LLM snappy quote --- files/helpers/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 9bd97d6ad0..38d74b21e1 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -80,10 +80,12 @@ def execute_snappy(post, v): else: body = ":#marseyfuckoffcarp:" elif v.id == AEVANN_ID: - body="https://i.rdrama.net/images/16909380805064178.webp" + 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!" + elif v.id == 253: + body = "https://i.rdrama.net/images/16961715452780113.webp" else: if IS_DKD(): SNAPPY_CHOICES = SNAPPY_KONGS