This commit is contained in:
parent
213328bb60
commit
c3857fe549
1
index.js
1
index.js
|
@ -363,6 +363,7 @@ const handleDiscordGuilds = function (data) {
|
|||
const product_id = data.data.product_data;
|
||||
const fromChannel = data.data.channel.room;
|
||||
const bodyData = data.data.body;
|
||||
console.log(product_id_raw.substring(0, 3))
|
||||
const evt = events[product_id_raw.substring(0, 3)];
|
||||
console.log(evt)
|
||||
let embed = {
|
||||
|
|
Loading…
Reference in a new issue