Skip to content

Commit b7b43cd

Browse files
author
perineau
committed
version dev of discord
1 parent a7ea41b commit b7b43cd

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ config.json
6868

6969
#packages
7070
package*
71+
!package.json
7172

7273
#node_modules
7374
node_modules

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

0 commit comments

Comments
 (0)