Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 455 Bytes

discord-censor-bot

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