https://github.com/twobrake/whitelist-bot
Discord whitelisting system built with TypeScript.
https://github.com/twobrake/whitelist-bot
Last synced: about 1 year ago
JSON representation
Discord whitelisting system built with TypeScript.
- Host: GitHub
- URL: https://github.com/twobrake/whitelist-bot
- Owner: TwoBrake
- Created: 2023-10-04T23:53:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T21:17:25.000Z (almost 2 years ago)
- Last Synced: 2024-07-16T01:44:28.372Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```env
BOT_TOKEN=
CLIENT_ID=
DATABASE_URL=
```
5. Run `npx prisma db push` to push the database schema to your database.
6. Run `npm run build` to build the project.
7. Run `npm run start` to start the bot.