Debug 5
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-05-08 00:17:00 -06:00
parent 213328bb60
commit c3857fe549

View file

@ -363,6 +363,7 @@ const handleDiscordGuilds = function (data) {
const product_id = data.data.product_data; const product_id = data.data.product_data;
const fromChannel = data.data.channel.room; const fromChannel = data.data.channel.room;
const bodyData = data.data.body; const bodyData = data.data.body;
console.log(product_id_raw.substring(0, 3))
const evt = events[product_id_raw.substring(0, 3)]; const evt = events[product_id_raw.substring(0, 3)];
console.log(evt) console.log(evt)
let embed = { let embed = {