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.
- Clone the repository.
- Run
npm install
to install all dependencies. - Make sure you configured the
botConfig.json
to your likings. - Make sure to create a
.env
file containing the following:
BOT_TOKEN=
CLIENT_ID=
DATABASE_URL=
- Run
npx prisma db push
to push the database schema to your database. - Run
npm run build
to build the project. - Run
npm run start
to start the bot.