Didnt add a file though
diff --git a/Installer.js b/Installer.js
new file mode 100644
index 0000000..1e3eafc
--- /dev/null
+++ b/Installer.js
@@ -0,0 +1,4 @@
+import format from "./src/config/format.js";
+
+await format(true)
+process.exit(0)
\ No newline at end of file
diff --git a/main.json b/main.json
new file mode 100644
index 0000000..d4103b8
--- /dev/null
+++ b/main.json
@@ -0,0 +1,14 @@
+{
+    "token": "",
+    "developmentToken": "",
+    "managementGuildID": "",
+    "developmentGuildID": "",
+    "enableDevelopment": true,
+    "owners": [],
+    "verifySecret": "",
+    "mongoUrl": "mongodb://127.0.0.1:27017/",
+    "baseUrl": "/",
+    "pastebinApiKey": "",
+    "pastebinUsername": "",
+    "pastebinPassword": ""
+}
\ No newline at end of file