From 685d155199ed8dde4b2f9cab0b27631d8290e11b Mon Sep 17 00:00:00 2001 From: TrueSaiyan Date: Tue, 20 Feb 2024 07:27:27 +0800 Subject: [PATCH] Update profanityfilter.py --- plugins/profanityfilter.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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