mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[17] add Discord Widget to docs (#2129)
This commit is contained in:
parent
88350a180b
commit
852ff0cb97
2 changed files with 16 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.2-build16
|
||||
2.0.2-build17
|
||||
|
|
15
docs/overrides/main.html
Normal file
15
docs/overrides/main.html
Normal file
|
@ -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…
Reference in a new issue