/banbot

Ban Discord users who use @everyone

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

banbot

Ban Discord users who use @everyone

This is a Discord bot built with discord.py.

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
echo 'DISCORD_TOKEN=your_discord_token' > .env