https://github.com/rodrigogs/discord-server-manager
https://github.com/rodrigogs/discord-server-manager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigogs/discord-server-manager
- Owner: rodrigogs
- Created: 2022-01-31T05:00:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T03:48:33.000Z (over 4 years ago)
- Last Synced: 2025-12-27T01:40:22.447Z (6 months ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-server-manager
>### Configuration
* Install Node.js 16.x >
* Install pnpm `npm install -g pnpm`
* Run `pnpm install`
* Copy `.env.sample` to `.env`
* Populate `.env` with your [Discord API](https://discord.com/developers/applications) token and bot settings
>### Usage
* Run `pnpm run dev`
* Enabled features will be available for all the servers the bot is in
>### Bot Settings
#### Age verification
##### Age verification is a feature that requires users to be at least 18 years old to join a server with the `+18` role.
To enable age verification, add the following to your `.env` file:
* **AGE_VERIF_ENABLED=true**
* **AGE_VERIF_OVER_18_ROLE=< role-name >**
* **AGE_VERIF_UNDER_18_ROLE=< role-name >**