Skip to content

Commit

Permalink
Update tag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Feb 13, 2024
1 parent 60d24c6 commit 309e8fe
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions plugins/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +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}tagall`
Tag Top 100 Members of chat.
from . import get_help

• `{i}tagadmins`
Tag Admins of that chat.
• `{i}tagowner`
Tag Owner of that chat
• `{i}tagbots`
Tag Bots of that chat.
• `{i}tagrec`
Tag recently Active Members.
• `{i}tagon`
Tag online Members(work only if privacy off).
• `{i}tagoff`
Tag Offline Members(work only if privacy off).
"""
__doc__ = get_help("help_tag")

from telethon.tl.types import ChannelParticipantAdmin as admin
from telethon.tl.types import ChannelParticipantCreator as owner
Expand Down

0 comments on commit 309e8fe

Please sign in to comment.