mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +00:00
12 lines
381 B
JavaScript
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> |