forked from rDrama/rDrama
1
0
Fork 0

add LLM snappy quote

master
Aevann 2023-10-01 17:46:34 +03:00
parent 519ebb3fb4
commit a5875f713e
1 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,8 @@ def execute_snappy(post, v):
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