From ebc9bd283f78b77e19a3fb67160a11a49e390c75 Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Thu, 25 Dec 2025 08:33:39 +0000 Subject: [PATCH] Add missing dependencies and Node.js 20 requirement --- aethex-bot/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aethex-bot/package.json b/aethex-bot/package.json index 65ceec1..a7812f9 100644 --- a/aethex-bot/package.json +++ b/aethex-bot/package.json @@ -25,6 +25,7 @@ "@discord/embedded-app-sdk": "^2.4.0", "@supabase/supabase-js": "^2.38.0", "axios": "^1.6.0", + "canvas": "^2.11.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "discord-player": "^7.1.0",