Skip to content

Commit

Permalink
Update pmpermit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Feb 19, 2024
1 parent b9e0cb0 commit 6a3b074
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions plugins/pmpermit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +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}a` or `{i}approve`
Approve someone to PM.
from . import get_help

• `{i}da` or `{i}disapprove`
Disapprove someone to PM.
• `{i}block`
Block someone.
• `{i}unblock` | `{i}unblock all`
Unblock someone.
• `{i}nologpm`
Stop logging messages from the user.
• `{i}logpm`
Start logging messages from the user.
• `{i}startarchive`
Archive new PMs.
• `{i}stoparchive`
Don't archive new PMs.
• `{i}cleararchive`
Unarchive all chats.
• `{i}listapproved`
List all approved PMs.
"""
__doc__ = get_help("help_pmpermit")

import asyncio
import re
Expand Down

0 comments on commit 6a3b074

Please sign in to comment.