Fixed a lot of commands, 0 typing errors on those changed
diff --git a/Installer.js b/Installer.js
index 6ce907a..3faefef 100644
--- a/Installer.js
+++ b/Installer.js
@@ -1,4 +1,5 @@
 let format;
+
 try {
     format = (await import("./dist/config/format.js")).default;
 } catch (e) {