This commit is contained in:
Snowflake107 2021-04-18 22:52:56 +05:45
parent a3d3ca5722
commit 33a37c1060

View file

@ -4,6 +4,7 @@
"description": "Complete framework to facilitate music commands using discord.js",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"files": ["lib/"],
"scripts": {
"test": "yarn build && cd test && node index.js",
"build": "tsc",