Skip to content

Commit

Permalink
Squashed Bugs - Added Starting Script
Browse files Browse the repository at this point in the history
Added a starting script for glitch
  • Loading branch information
ZeroDiscord committed Dec 24, 2020
1 parent 7058149 commit dced9ab
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "Welcomer",
"version": "v1.0.0",
"description": "Basic Welcomer By 0_0",
"main": "bot.js",
"author": "ZeroSync",
"main": "Index.js",
"dependencies": {
"discord.js": "^12.5.1"
}
"name": "Welcomer",
"version": "v1.0.1",
"description": "Basic Welcomer By 0_0",
"main": "Index.js",
"author": "ZeroSync",
"scripts": {
"start": "node Index.js"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"discord.js": "^12.5.1"
}
}

0 comments on commit dced9ab

Please sign in to comment.