1
0
Fork
You've already forked Gatekeeper
0
A simple discord gatekeeper bot that helps with simple spam bots
  • Python 97.5%
  • Dockerfile 2.5%
Find a file
2026年07月07日 23:32:54 +00:00
cogs feat: Add persistence 2026年07月07日 20:16:14 +00:00
.gitignore feat: Add persistence 2026年07月07日 20:16:14 +00:00
docker-compose.yml build: docker support 2026年07月07日 23:30:15 +00:00
Dockerfile build: docker support 2026年07月07日 23:30:15 +00:00
LICENSE begin 2026年07月06日 16:50:16 +00:00
main.py feat: erase app commands on startup 2026年07月07日 23:32:54 +00:00
pyproject.toml feat: Add persistence 2026年07月07日 20:16:14 +00:00
README.md begin 2026年07月06日 16:50:16 +00:00

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
  • Automatically kick/ban (configurable) new users if they do not act within a certain time frame