1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/manuscript/extras/javascript/discord.js
2021-01-06 23:12:50 +00:00

11 lines
344 B
JavaScript

<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
const button = new Crate({
server: '396055506072109067',
channel: '396055506663374849',
color: '#795548',
indicator: false,
notifications: true
})
button.notify('Need a 🤚? Hot sweaty geeks are waiting to chat to you! Click 👇')
</script>