diff --git a/src/GPUSettings.js b/src/GPUSettings.js index 6012783..7be1006 100644 --- a/src/GPUSettings.js +++ b/src/GPUSettings.js @@ -1,6 +1,5 @@ -// Idk why Discord has to use this exports.replace = (GPUSettings) => { - for (const name of Object.keys(GPUSettings)) { + for (const name in GPUSettings) { exports[name] = GPUSettings[name]; } }; \ No newline at end of file