디펜던시 설치
{
"name": "Very cool discord chat bot",
"version": "1.0.0",
"description": "A bot",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [],
"author": "someone",
"license": "ISC",
"dependencies": {
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"openai": "^3.2.1"
}
}
# Package.json의 예시Last updated