A Discord.js bot for validating incoming member's profile pictures and usernames.
- Make sure you have installed Git, NodeJS, & MongoDB Compass.
- Clone the repository & setup yarn.
$ git clone [email protected]:TheTypingMatch/computer-man-bot.git
$ cd computer-man-bot
$ git checkout dev
$ npm i -g yarn
$ yarn install
$ cd scripts
- Install the required dependencies and start the bot:
Linux or Git Bash
$ sh start.sh
Windows Command Line
$ start
- Create a
.env
in the root directory of the repository. - Inside of the
.env
file, include the following:
TOKEN="YOUR_BOT_TOKEN"
URI="MONGODB_URI"