mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
add discord widgetbot crate
This commit is contained in:
parent
d38392aea0
commit
d963bd1daa
@ -68,4 +68,13 @@
|
|||||||
.nav-link.active {
|
.nav-link.active {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<!-- Discord WidgetBot Crate-->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
|
||||||
|
new Crate({
|
||||||
|
server: '804382334370578482',
|
||||||
|
channel: '804383092822900797',
|
||||||
|
defer: false,
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user