Skip to content

Commit 49418f9

Browse files
committed
Bot avatar change
1 parent 5a401bb commit 49418f9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

__pycache__/config.cpython-312.pyc

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ <h2>About Histronaut</h2>
12271227
const botContent = window.marked ? marked.parse(message) : message;
12281228
messageDiv.innerHTML = `
12291229
<div class="d-flex align-items-center mb-2">
1230-
<img src="https://media.discordapp.net/stickers/1360252466331123713.png" alt="Histronaut" class="avatar">
1230+
<img src="https://i.imgur.com/APxt1tr.jpeg" alt="Histronaut" class="avatar">
12311231
<strong style="margin-left: 10px;">Histronaut</strong>
12321232
</div>
12331233
<div class="bot-markdown">${botContent}</div>

0 commit comments

Comments
 (0)