mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Improve scriptiness
This commit is contained in:
12
manuscript/extras/javascript/discord.js
Normal file
12
manuscript/extras/javascript/discord.js
Normal 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>
|
||||
Reference in New Issue
Block a user