forked from rDrama/rDrama
1
0
Fork 0

add new chud image

master
Aevann 2022-12-30 16:59:05 +02:00
parent 381ea66e38
commit 3bdfa2b13f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -242,7 +242,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys
if torture:
sanitized = torture_ap(sanitized, g.v.username)
to_add = random.choice((':#trumpjaktalking:', ':#reposthorse:', '![](/i/supportjews.webp)', '![](/i/gluck.webp)'))
to_add = random.choice((':#trumpjaktalking:', ':#reposthorse:', '![](/i/supportjews.webp)', '![](/i/gluck.webp)', '![](/i/ack.webp)'))
sanitized += f'\n{to_add}'
sanitized = normalize_url(sanitized)