Skip to content

Commit

Permalink
Update profanityfilter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Feb 19, 2024
1 parent 0b14643 commit 685d155
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions plugins/profanityfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
# PLease read the GNU Affero General Public License in
# <https://www.github.com/TeamUltroid/Ultroid/blob/main/LICENSE/>.
"""
✘ 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

Expand Down

0 comments on commit 685d155

Please sign in to comment.