Skip to content

Commit f155051

Browse files
iamEvanYTTaaku18
andauthored
Fix System Icons when closing a thread v2 (#65)
Co-authored-by: Taku <45324516+Taaku18@users.noreply.github.com>
1 parent 23adb36 commit f155051

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, app, data):
3131

3232
@property
3333
def system_avatar_url(self):
34-
return "https://discordapp.com/assets/" "f78426a064bc9dd24847519259bc42af.png"
34+
return "/static/img/system-icon.png"
3535

3636
@property
3737
def human_closed_at(self):

static/img/system-icon.png

2.74 KB
Loading

0 commit comments

Comments
 (0)