Compare commits

..

No commits in common. "bbcbd3142c8ffe8f6967fcc9099891152713091f" and "85f621f301b4ff4c8e05004b1b7d6ae6a08dc07e" have entirely different histories.

2 changed files with 0 additions and 15 deletions

View File

@ -2,14 +2,6 @@
Small Telegram bot made on Pyrogram
## What can this bot do?
* Get user applications
* Send applications to the admins
* Give one-time links to join group
* Track down users that were not allowed to join
* Show applications to other users
## Installation
1. `git clone https://git.end-play.xyz/profitroll/HoloCheckerBot.git`

View File

@ -327,13 +327,6 @@ async def any_stage(app, msg):
# ==============================================================================================================================
# Filter users on join =========================================================================================================
@app.on_chat_member_updated(filters.new_chat_members, group=configGet("destination_group"))
async def filter_join(app, member):
pass # Check if invite link belongs to this user
# ==============================================================================================================================
if __name__ == "__main__":
logWrite(f"Starting up with pid {pid}")