aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 16:57:03 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 16:57:03 -0400
commit2bba86c3bf5319dadc050bd492dfe243dcd77bf6 (patch)
tree1517431c73313d131dcff40d096b5e6917acbaac /package.json
parentd449fa9b3ab26e495939ff36067fe7978006b1d4 (diff)
downloadDLAP-2bba86c3bf5319dadc050bd492dfe243dcd77bf6.tar.gz
DLAP-2bba86c3bf5319dadc050bd492dfe243dcd77bf6.tar.bz2
DLAP-2bba86c3bf5319dadc050bd492dfe243dcd77bf6.zip
Removed skip and finally made the music loopable!
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 8806178..d72dcb0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "Project-Jul-2020-Discord-Bot",
"version": "1.0.0",
"main": "bot.js",
- "license": "MIT",
+ "license": "GPL-3.0",
"scripts": {
"dev": "nodemon bot.js"
},