Shows a little customizable discord widget at the bottom of your page
Add the following lines of code to your html file
<script src="https://codineerdigital.com/lib/js/discordwidget.js"></script>
<script>
discordWidget.draw();
</script>
discordWidget.link = 'https://discord.gg/myDiscord'
discordWidget.color = '#fff'
discordWidget.fontColor = '#fff'
discordWidget.update()
discordWidget.remove()
Contributions are always welcome!