Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit f97f956

Browse files
committed
Fuck you. Just. Fuck. You. :)
1 parent e333bf9 commit f97f956

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+840
-1931
lines changed

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ switch (process.env.NODE_ENV) {
1616
dotenv.config({ path: path });
1717
const Bot = new Rice();
1818
Bot.login(process.env.DISCORD_TOKEN!);
19-
Bot.run();
19+
Bot;

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
},
1515
"dependencies": {
1616
"@babel/preset-typescript": "^7.9.0",
17+
"@discordjs/opus": "^0.2.1",
1718
"@types/dotenv": "^8.2.0",
19+
"@types/lodash": "^4.14.150",
1820
"@types/mongodb": "^3.5.8",
1921
"@types/mongoose": "^5.7.12",
2022
"@types/node": "^13.11.1",
@@ -41,6 +43,7 @@
4143
"@types/jest": "^25.2.1",
4244
"babel-plugin-dynamic-import-node": "^2.3.3",
4345
"jest": "^25.4.0",
46+
"lodash": "^4.17.15",
4447
"ts-jest": "^25.4.0"
4548
}
4649
}

src/Monitors/CommandMonitor.ts

-202
This file was deleted.

src/Music/IDEA.md

-47
This file was deleted.

src/Rice.test.ts

-38
This file was deleted.

0 commit comments

Comments
 (0)