diff --git a/plugins/profanityfilter.py b/plugins/profanityfilter.py index ed73a5e5a..57d7d07c8 100644 --- a/plugins/profanityfilter.py +++ b/plugins/profanityfilter.py @@ -4,16 +4,10 @@ # This file is a part of < https://github.com/TeamUltroid/Ultroid/ > # PLease read the GNU Affero General Public License in # . -""" -✘ Commands Available - -•`{i}addprofanity` - If someone sends bad word in a chat, Then bot will delete that message. +from . import get_help -•`{i}remprofanity` - From chat from Profanity list. - -""" +__doc__ = get_help("help_profanityfilter") from pyUltroid.dB.nsfw_db import profan_chat, rem_profan