Remove requires that were left over from EUS, they don't need to be there.
This commit is contained in:
parent
d57f7ad4be
commit
f86429164d
1 changed files with 1 additions and 3 deletions
4
index.js
4
index.js
|
@ -4,11 +4,9 @@ var endTime;
|
|||
|
||||
const express = require("express"),
|
||||
app = express(),
|
||||
randomstring = require("randomstring"),
|
||||
fs = require("fs"),
|
||||
chalk = require("chalk"),
|
||||
busboy = require("connect-busboy");
|
||||
const config = require("./config/config.json")
|
||||
config = require("./config/config.json");
|
||||
let modules = {};
|
||||
console.clear();
|
||||
|
||||
|
|
Loading…
Reference in a new issue