LBTRD-discord-bot/package.json
2026-06-04 15:58:20 +02:00

14 lines
289 B
JSON

{
"name": "lbtrd-bot",
"version": "1.0.0",
"description": "Discord bot that warns when a specific user posts a link.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"discord.js": "^14.21.0",
"dotenv": "^16.6.1"
}
}