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"),
|
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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue