Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

app = Sanic(__name__)
app.static("/static", "./static")
app.static("/img", "./img")

jinja_env = Environment(loader=FileSystemLoader("templates"))

Expand Down
2 changes: 1 addition & 1 deletion core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, app, data):

@property
def system_avatar_url(self):
return "https://discordapp.com/assets/" "f78426a064bc9dd24847519259bc42af.png"
return "/img/system-icon.png"

@property
def human_closed_at(self):
Expand Down
Binary file added img/system-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.