simple-discord-chatbot-js
This is the starter project for the lecture "Making a Simple Discord Chatbot with JS".
"JS로 간단한 Discord 챗봇 만들기" 강의에서 사용할 스타터 프로젝트입니다.
Getting Started
- Install all dependencies
npm install
- Run development environment (uses nodemon to hot reload)
npm run dev