Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Add start script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kyogoi committed Oct 6, 2019
1 parent 49b6e73 commit 7c96a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mc-vc-bot",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Discord bot that handles the purging of linked voice and text channels",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c96a05

Please sign in to comment.