mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
17 lines
409 B
JavaScript
17 lines
409 B
JavaScript
new Crate({
|
|
server: '396055506072109067',
|
|
channel: '396055506663374849',
|
|
color: 'black',
|
|
indicator: false,
|
|
notifications: true,
|
|
indicator: true,
|
|
timeout: 5000
|
|
})
|
|
|
|
// Display for 10 seconds + custom avatar
|
|
crate.notify({
|
|
content: 'Need a 🤚? Hot, sweaty geeks are waiting to chat to you! Click 👇',
|
|
timeout: 5000,
|
|
avatar: 'https://avatars2.githubusercontent.com/u/1524686?s=400&v=4'
|
|
})
|