This commit is contained in:
parent
dde098ff85
commit
43f311b8c4
4
index.js
4
index.js
|
@ -362,7 +362,9 @@ const handleDiscordGuilds = function (data) {
|
|||
const product_id = data.product_data;
|
||||
const fromChannel = data.data.channel.room;
|
||||
const bodyData = data.data.body;
|
||||
|
||||
console.log({
|
||||
rawBody, text, product_id_raw, product_id, fromChannel, bodyData
|
||||
})
|
||||
|
||||
let embed = {
|
||||
description: `<t:${product_id.timestamp / 1000}:T> <t:${product_id.timestamp / 1000}:R> ${bodyData.string}`,
|
||||
|
|
Loading…
Reference in a new issue