discord-bot-namefilter
is an open source repo for filtering out annoying unicode in discord usernames.
Randomly selects a username from a list if the Discord User has less than 4 characters in their name.
Filtering can be applied to specific channels as well.
{
"api_key": "BOT TOKEN HERE",
"channels": [
"CHANNEL NAME",
"Channel2"
],
"except_roles": [
"ROLE NAME",
"Moderator"
]
}
pip3 install -r requirements.txt
cp config.json.sample config.json
python3 bot.py
Any further documentation to be written here, or referred to elsewhere.
GNU GPL v3 or later.
None
Currently, you can contribute to this project by:
- Submitting a detailed issue.
- Forking the project, and sending a pull request back to for review.
Credits to enjoy2000 for base.
Modified to work with the PogoDev Discord Server (https://discord.pogodev.org).