1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Improve scriptiness

This commit is contained in:
David Young
2019-11-12 22:05:29 +13:00
parent cc6358155e
commit af2b0c1d36
4 changed files with 14 additions and 20 deletions

View File

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