[17] add Discord Widget to docs (#2129)

pull/2131/head^2
YozoraXCII 5 months ago committed by GitHub Action
parent 88350a180b
commit 852ff0cb97

@ -1 +1 @@
2.0.2-build16
2.0.2-build17

@ -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 %}
Loading…
Cancel
Save