Discord Bot for Pex Labs server for assigning roles to users.
This project was developed with the following technologies:
# Clone this repository
$ git clone https://github.com/BravesDevs/RoBot.git
# Install dependencies
# If you are using NPM
$ npm install
# If you are using Yarn
$ yarn install
# If you are using PNPM
$ pnpm installAfter that, copy and paste the .env.example file and rename it to .env. Then insert your Discord Token and Discord Client ID. Great! Now you just need to start the development server.
# Start server
# If you are using NPM
$ npm run dev
# If you are using Yarn
$ yarn dev
# If you are using PNPM
$ pnpm dev