File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ config.json
6868
6969# packages
7070package *
71+ ! package.json
7172
7273# node_modules
7374node_modules
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " alles" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " You can customize this bot. You only need to change the config.json file to make it work" ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/feyleth/discordBot.git"
12+ },
13+ "author" : " " ,
14+ "license" : " ISC" ,
15+ "bugs" : {
16+ "url" : " https://github.com/feyleth/discordBot/issues"
17+ },
18+ "homepage" : " https://github.com/feyleth/discordBot#readme" ,
19+ "dependencies" : {
20+ "discord.js" : " github:discordjs/discord.js#11.4-dev"
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments