simple-discord-chatbot-js

This is the sample 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