From 1c0f12b69d498b0750cc2d2d3ee0eb4738285d93 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 8 May 2025 00:10:37 -0600 Subject: [PATCH] Guh --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index c2b7007..23e05d0 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,7 @@ const dVC = require("@discordjs/voice"); const colors = require("colors"); const sqlite3 = require("sqlite3").verbose(); const WebSocket = require('ws'); +const events = require("./data/events.json"); satMessages = {}; @@ -362,7 +363,8 @@ 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, product_id, fromChannel, bodyData}); + let embed = { description: ` ${bodyData.string}`, color: parseInt(config.priorityColors[evt.priority].replace("#", ""), 16) || 0x000000,