Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 468 Bytes

discord-bot

TNY discord bot

Setting up a BOT account

https://discordjs.guide/

Installation

  1. Clone repository into a directory
  2. cd into directory and run npm install.
  3. npm run setup.js to run initial setup (create config.js)
  4. Verify keys are in config.js (and add the custom ones)
  5. npm start to start the bot.

ES Lint

Please run ES Lint in the root directory as npx eslint . and help keep codebase clean! :)

Thank you for reading!