mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2025-09-21 06:41:35 +01:00
Some checks are pending
Docker / build (push) Waiting to run
* add simple music functionality * update workflow * update Dockerfile * update Dockerfile * update Dockerfile * update Dockerfile * add few more music commands * add lyrics command * update lyrics command * add loop, and add categories to all commands * change discord status * seperate distube and change startup console theme * Update README * UPDATE LICENSE file * fix docker compose image, add better error handling for distube and update tagging workflow * switch to node-alpine image for docker * switch to node-alpine image for docker * update ascii * music commands imporvements, implement live lyrics, some guards and bot leaving on empty * use ffmpeg package rather than ffmpeg-static
37 lines
1,011 B
JSON
37 lines
1,011 B
JSON
{
|
|
"name": "multipurpose-discord-bot",
|
|
"version": "1.0.0",
|
|
"author": "Ayden Jahola",
|
|
"description": "A multipurpose discord bot",
|
|
"github": "https://github.com/aydenjahola/discord-multipurpose-bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.10.0",
|
|
"@discordjs/voice": "^0.19.0",
|
|
"@distube/soundcloud": "^2.0.4",
|
|
"@distube/spotify": "^2.0.2",
|
|
"@distube/youtube": "^1.0.4",
|
|
"@snazzah/davey": "^0.1.6",
|
|
"axios": "^1.7.7",
|
|
"discord.js": "^14.15.3",
|
|
"distube": "^5.0.7",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"genius-lyrics": "^4.4.7",
|
|
"html-entities": "^2.5.2",
|
|
"moment": "^2.30.1",
|
|
"mongoose": "^8.6.0",
|
|
"nodemailer": "^6.9.14",
|
|
"openai": "^4.85.4",
|
|
"owoify-js": "^2.0.0",
|
|
"puppeteer": "^23.4.1",
|
|
"rcon-client": "^4.2.5",
|
|
"uuid": "^11.0.0"
|
|
}
|
|
}
|