data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: send an embed for discord push notif

dusk 0e0ceb63 46d627a4

+12 -1
+12 -1
src/lib/pushnotif.ts
··· 13 13 headers: { 14 14 'content-type': 'application/json' 15 15 }, 16 - body: JSON.stringify({ content: _content }) 16 + body: JSON.stringify({ 17 + content: '<@853064602904166430>', 18 + embeds: [ 19 + { 20 + id: 677465216, 21 + title: _content, 22 + footer: { 23 + text: 'notif from gaze.systems' 24 + } 25 + } 26 + ] 27 + }) 17 28 }); 18 29 } catch (err) { 19 30 console.log(`failed to push notification: ${err}`);