aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-19 13:42:52 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-19 13:42:52 -0400
commitd211d73230e7977e30736c21a119e6f696397d43 (patch)
treeaa845bb04cdffcf4c0c7cef176a887804c3aa13e /package.json
parent3602700e53a819fcf92d86d9fb27bd100f8ab720 (diff)
downloadDLAP-d211d73230e7977e30736c21a119e6f696397d43.tar.gz
DLAP-d211d73230e7977e30736c21a119e6f696397d43.tar.bz2
DLAP-d211d73230e7977e30736c21a119e6f696397d43.zip
Removed fs and re-added playAudio function
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 39c223d..571f522 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "Project-Jul-2020-Discord-Bot",
"version": "1.0.0",
- "main": "index.js",
+ "main": "bot.js",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.3.2",