TNY discord bot
- Clone repository into a directory
cd
into directory and runnpm install
.npm run setup.js
to run initial setup (create config.js)- Verify keys are in config.js (and add the custom ones)
npm start
to start the bot.
Please run ES Lint in the root directory as npx eslint .
and help keep codebase clean! :)
Thank you for reading!