Remove requires that were left over from EUS, they don't need to be there.

This commit is contained in:
BuildTools 2019-08-19 02:54:45 +01:00
parent d57f7ad4be
commit f86429164d
1 changed files with 1 additions and 3 deletions

View File

@ -4,11 +4,9 @@ var endTime;
const express = require("express"), const express = require("express"),
app = express(), app = express(),
randomstring = require("randomstring"),
fs = require("fs"), fs = require("fs"),
chalk = require("chalk"), chalk = require("chalk"),
busboy = require("connect-busboy"); config = require("./config/config.json");
const config = require("./config/config.json")
let modules = {}; let modules = {};
console.clear(); console.clear();