DetectMeBotBackend / package.json
Tobkubos
bot connection
e4b505c
Raw
History Blame
353 Bytes
{
"name": "discordbot",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.26.4",
"dotenv": "^17.4.2"
}
}