From 4f26971003b25d90a1dc2c259b6372c5079381d3 Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Thu, 25 Dec 2025 08:23:34 +0000 Subject: [PATCH] modified: aethex-bot/package.json --- aethex-bot/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aethex-bot/package.json b/aethex-bot/package.json index d1b38f6..376b5b2 100644 --- a/aethex-bot/package.json +++ b/aethex-bot/package.json @@ -25,13 +25,18 @@ "@discord/embedded-app-sdk": "^2.4.0", "@supabase/supabase-js": "^2.38.0", "axios": "^1.6.0", + "cookie-parser": "^1.4.6", + "cors": "^2.8.5", "discord-player": "^7.1.0", "discord.js": "^14.13.0", "dotenv": "^16.3.1", + "express": "^4.18.2", + "express-session": "^1.17.3", "kazagumo": "^3.4.0", "mediaplex": "^1.0.0", "shoukaku": "^4.2.0", "sodium-native": "^5.0.10", + "stripe": "^14.0.0", "ws": "^8.18.3" }, "devDependencies": {