Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

A Discord.py bot for validating incoming member's profile pictures and usernames.

Notifications You must be signed in to change notification settings

TheTypingMatch/computer-man-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Man

A Discord.js bot for validating incoming member's profile pictures and usernames.

Setup

  1. Make sure you have installed Git, NodeJS, & MongoDB Compass.
  2. Clone the repository & setup yarn.
$ git clone git@github.com:TheTypingMatch/computer-man-bot.git
$ cd computer-man-bot
$ git checkout dev
$ npm i -g yarn
$ yarn install
$ cd scripts
  1. Install the required dependencies and start the bot:

Linux or Git Bash

$ sh start.sh

Windows Command Line

$ start
  1. Create a .env in the root directory of the repository.
  2. Inside of the .env file, include the following:
TOKEN="YOUR_BOT_TOKEN"
URI="MONGODB_URI"

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages