1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00
Files
geek-cookbook/manuscript/extras/javascript/discord.js
David Young 1846be284d Bump widgetbot to v2
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2020-04-15 09:15:35 +12:00

12 lines
381 B
JavaScript

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