Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 710 Bytes

Discord BOT

📃 About

This application is basically a bot for discord built in NodeJS

📚 Requisitos

  • Use Git to clone the repository
  • Use NodeJS to run the project
  • Use Discord to create your BOT

⚙️ Technologies used

  1. NodeJS
  2. JavaScript
  3. DiscordJS

🚀 Running project

  1. Create .env and change sensitive data
  2. Install dependency
# If you use yarn for control dependency run:
yarn

# If you use npm for control dependency run:
npm install
# Or
npm i