Skip to content

Commit

Permalink
add Discord Widget to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII committed Jun 21, 2024
1 parent 88350a1 commit 47911bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends "base.html" %}

{% block extrahead %}
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
const button = new Crate({
server: '822460010649878528', // Funky Penguin
channel: '822460010649878531', // #elf-friends channel
username: 'Kometa Website Visitor',
indicator: true,
color: '#00bc8c',
location: ['bottom', 'left']
})
</script>

{% endblock %}

0 comments on commit 47911bb

Please sign in to comment.