Skip to content

Commit 84e5668

Browse files
committed
Update index.js
1 parent b79f880 commit 84e5668

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
require("./other/patchConsoleLog");
22
const config = require("./config");
3-
const {plsParseArgs} = require("plsargs");
43
const Discord = require("discord.js");
54
const chillout = require("chillout");
65
const path = require("path");
76
const readdirRecursive = require("recursive-readdir");
87
const { makeSureFolderExists } = require("stuffs");
9-
const Command = require("./types/Command");
108
const client = new Discord.Client(config.clientOptions);
119

1210

0 commit comments

Comments
 (0)