Skip to content

Discord whitelisting system built with TypeScript.

Notifications You must be signed in to change notification settings

TwoBrake/Whitelist-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whitelist Bot

A simple whitelisting system for Discord that utilizes Prisma to store data in databases which can be integrated with other applications you wish to use it with.

Installation

  1. Clone the repository.
  2. Run npm install to install all dependencies.
  3. Make sure you configured the botConfig.json to your likings.
  4. Make sure to create a .env file containing the following:
BOT_TOKEN=
CLIENT_ID=
DATABASE_URL=
  1. Run npx prisma db push to push the database schema to your database.
  2. Run npm run build to build the project.
  3. Run npm run start to start the bot.

About

Discord whitelisting system built with TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published