data endpoint for entity 90008 (aka. a website)

feat: send an embed for discord push notif

ptr.pet 0e0ceb63 46d627a4

verified
Changed files
+12 -1
src
+12 -1
src/lib/pushnotif.ts
···
headers: {
'content-type': 'application/json'
},
-
body: JSON.stringify({ content: _content })
+
body: JSON.stringify({
+
content: '<@853064602904166430>',
+
embeds: [
+
{
+
id: 677465216,
+
title: _content,
+
footer: {
+
text: 'notif from gaze.systems'
+
}
+
}
+
]
+
})
});
} catch (err) {
console.log(`failed to push notification: ${err}`);