guh
Some checks failed
ptero-push / build (push) Has been cancelled

This commit is contained in:
Christopher Cookman 2025-06-21 20:27:31 -06:00
parent ec6388e9a0
commit b08adf1d14

View file

@ -363,7 +363,7 @@ const handleDiscord = function (data, randStr) {
const product_id_raw = data.data.raw
const product_id = data.data.product_data;
const fromChannel = data.data.fromChannel;
const fromChannel = data.data.channel;
const body = data.data.body;
var evt = events[product_id.pil.substring(0, 3)];
evt.code = product_id.pil.substring(0, 3);