A simple discord gatekeeper bot that helps with simple spam bots
| cogs | feat: Add persistence | |
| .gitignore | feat: Add persistence | |
| docker-compose.yml | build: docker support | |
| Dockerfile | build: docker support | |
| LICENSE | begin | |
| main.py | feat: erase app commands on startup | |
| pyproject.toml | feat: Add persistence | |
| README.md | begin | |
GatekeeperBot
A simple discord gatekeeper bot that helps with simple spam bots
How to use
Put your token into a .env file with TOKEN as the key
or an environment variable with the same name
.env will take precedence over environment variables
Tasks
- Limit new users to specified channel until:
- a "verifying" action is executed, for example:
- Sending a specific message
- Reacting to a specific message
- Running a slash command
- a "verifying" action is executed, for example:
- Automatically kick/ban (configurable) new users if they do not act within a certain time frame