UNPKG

discord-login-bot

Version:

A simple Discord bot package that allows you to create a bot and join a voice channel.

31 lines (30 loc) 701 B
{ "name": "discord-login-bot", "version": "1.1.4", "description": "A simple Discord bot package that allows you to create a bot and join a voice channel.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "discord", "@discordjs/voice", "discord.js", "bot" ], "author": "DZAN", "license": "MIT", "dependencies": { "@discordjs/builders": "^1.9.0", "@discordjs/rest": "^2.4.0", "@discordjs/voice": "^0.17.0", "chalk": "^4.1.2", "discord-api-types": "^0.37.100", "discord.js": "^13.17.1", "good.db": "^2.4.5" }, "engines": { "node": ">=17.0.0", "npm": ">=7.0.0" } }