delete and start over for canary branch

This commit is contained in:
2021-08-21 16:22:55 +02:00
parent a9c848a55c
commit 97804ca4ac
9 changed files with 0 additions and 2821 deletions

View File

@@ -1,31 +0,0 @@
{
"name": "gractwo-bot",
"version": "1.0.0",
"description": "",
"engines": {
"node": "14.16.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakubmanczak/gractwo-bot.git"
},
"author": "j4mesen",
"license": "ISC",
"bugs": {
"url": "https://github.com/jakubmanczak/gractwo-bot/issues"
},
"homepage": "https://github.com/jakubmanczak/gractwo-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"discord.js": "^12.5.1",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.3.0",
"request": "2.81.0",
"ytdl-core": "^4.5.0"
}
}