Skip to content

Commit 9c4672a

Browse files
author
aeristhy
committed
Command Handler
1 parent a0fc5e7 commit 9c4672a

File tree

12 files changed

+335
-231
lines changed

12 files changed

+335
-231
lines changed

bot.js

Lines changed: 0 additions & 227 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
{
22
"name": "random-cat",
3-
"version": "3.1.1",
3+
"version": "4.0",
44
"description": "A basic bot to help you get started with using the random.cat API.",
5-
"main": "bot.js",
5+
"main": "./src/bot.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "node bot.js"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/aeristhy/Random-Cat.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/aeristhy/Random-Cat/issues"
16+
},
17+
"homepage": "https://github.com/aeristhy/Random-Cat/#readme",
1018
"author": "aeristhy",
11-
"license": "GPL-3.0",
19+
"license": "MIT",
1220
"dependencies": {
1321
"discord-buttons": "^3.1.1",
1422
"discord.js": "^12.5.3",
23+
"fs": "0.0.1-security",
1524
"snekfetch": "^4.0.4",
1625
"webhook-discord": "^3.7.7"
1726
}

0 commit comments

Comments
 (0)