This commit is contained in:
parent
43f311b8c4
commit
a2288a59c2
2
index.js
2
index.js
|
@ -363,7 +363,7 @@ const handleDiscordGuilds = function (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({
|
console.log({
|
||||||
rawBody, text, product_id_raw, product_id, fromChannel, bodyData
|
data,rawBody, text, product_id_raw, product_id, fromChannel, bodyData
|
||||||
})
|
})
|
||||||
|
|
||||||
let embed = {
|
let embed = {
|
||||||
|
|
Loading…
Reference in a new issue