This commit is contained in:
parent
7466b85c6a
commit
2463349bf2
2
index.js
2
index.js
|
@ -363,7 +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;
|
||||||
const evt = events[product_id_raw.pil.substring(0, 3)];
|
const evt = events[product_id_raw.substring(0, 3)];
|
||||||
|
|
||||||
let embed = {
|
let embed = {
|
||||||
description: `<t:${product_id.timestamp / 1000}:T> <t:${product_id.timestamp / 1000}:R> ${bodyData.string}`,
|
description: `<t:${product_id.timestamp / 1000}:T> <t:${product_id.timestamp / 1000}:R> ${bodyData.string}`,
|
||||||
|
|
Loading…
Reference in a new issue