This commit is contained in:
2021-04-05 15:50:51 +02:00
parent 9c5959aca7
commit 9050e4b6ed
5 changed files with 288 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "tardis-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"google-tts-api": "^2.0.2",
"node-fetch": "^2.6.1",
"opusscript": "^0.0.8",
"sha1": "^1.1.1"
}
}