diff --git a/package.json b/package.json index 92ec7cd..e1a4ce7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "name": "awesomescibo", "version": "4.2.1", "scripts": { - "start": "node index.js" + "build": "yarn tsc" }, "keywords": [ "discord", @@ -27,7 +27,8 @@ "science bowl", "discord.js" ], - "author": "Abheek Dhawan&Tejas Chugh", + "author": "Abheek Dhawan", "license": "MIT", "description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!" } +