add discord widgetbot crate

This commit is contained in:
ReenigneArcher 2022-08-07 16:34:15 -04:00
parent d38392aea0
commit d963bd1daa
No known key found for this signature in database
GPG Key ID: 0CA6A47B0630EA9B

View File

@ -69,3 +69,12 @@
font-weight: 500;
}
</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>