From 70e8a95a50ce0e60a835a7fc8cbf05e60aa84f1e Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 22 May 2021 17:29:39 +0200 Subject: [PATCH] Fix Linux file naming or something --- utils/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/theme.js b/utils/theme.js index 8814e82..ec69650 100644 --- a/utils/theme.js +++ b/utils/theme.js @@ -1,5 +1,5 @@ const fs = require("fs"); -const armcord = require("./armcord.js"); +const armcord = require("./ArmCord.js"); const themeFolder = __dirname + "/themes/"; window.addEventListener("DOMContentLoaded", () => {