Skip to content

Lisiano256/discord-bot-namefilter

 
 

Repository files navigation

POGODEV

discord-bot-namefilter

Build Status Code Climate Issue Count license

Table of Contents

What is it?

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.

Installation

{
	"api_key": "BOT TOKEN HERE",
	"channels": [
    "CHANNEL NAME",
    "Channel2"
	],
	"except_roles": [
    "ROLE NAME",
    "Moderator"
	]
}
  1. pip3 install -r requirements.txt
  2. cp config.json.sample config.json
  3. python3 bot.py

Documentation

Any further documentation to be written here, or referred to elsewhere.

Licensing

GNU GPL v3 or later.

Third Party Licenses

None

Contributing

Currently, you can contribute to this project by:

Core Maintainers

Credits

Credits to enjoy2000 for base.

Modified to work with the PogoDev Discord Server (https://discord.pogodev.org).

About

A discord name filter bot for use with PogoDev's discord server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%