simple-discord-chatbot-js

This is the starter project for the lecture "Making a Simple Discord Chatbot with JS".

"JS로 간단한 Discord 챗봇 만들기" 강의에서 사용할 스타터 프로젝트입니다.

Getting Started

  1. Install all dependencies
npm install
  1. Run development environment (uses nodemon to hot reload)
npm run dev