Skip to content

Instantly share code, notes, and snippets.

@thomasbnt
Created August 21, 2017 20:07
Show Gist options
  • Save thomasbnt/f94814c810adeab2c1da46f045c15e53 to your computer and use it in GitHub Desktop.
Save thomasbnt/f94814c810adeab2c1da46f045c15e53 to your computer and use it in GitHub Desktop.
Le fichier package.json
{
"name": "BotDiscordJs",
"version": "1.0.0",
"description": "Un tout nouveau Bot Discord avec discord.js",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Thomas Bnt",
"dependencies": {
"discord.js": "^10.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment