Bot that can censor certain words from wordlist you provide. It will delete original message and replace it with webhook message with censored selected words using discords censor (spoiler) feature. Use as needed.
Installation:
git clone https://github.com/fikfr/discord-censor-bot.git
Install discord package for python
pip install -U discord.py
Go to config and add your bot token and path to wordlist.
Run >main.py