Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome-RJ authored Sep 7, 2022
1 parent 05cd01d commit b14f0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cutiepii_Robot/modules/locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def __migrate__(old_chat_id, new_chat_id):
def __chat_settings__(chat_id, user_id):
return asyncio.get_running_loop().run_until_complete(build_lock_message(chat_id))
__help__ = """
__help__ =
Do stickers annoy you? or want to avoid people sharing links? or pictures? \
You're in the right place!
The locks module allows you to lock away some common items in the \
Expand All @@ -533,7 +533,7 @@ def __chat_settings__(chat_id, user_id):
*Note:*
➛ Unlocking permission *info* will allow members (non-admins) to change the group information, such as the description or the group name
➛ Unlocking permission *pin* will allow members (non-admins) to pinned a message in a group
"""
__mod_name__ = "Locks"
Expand Down

0 comments on commit b14f0fb

Please sign in to comment.