Compare commits
No commits in common. "bbcbd3142c8ffe8f6967fcc9099891152713091f" and "85f621f301b4ff4c8e05004b1b7d6ae6a08dc07e" have entirely different histories.
bbcbd3142c
...
85f621f301
@ -2,14 +2,6 @@
|
|||||||
|
|
||||||
Small Telegram bot made on Pyrogram
|
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
|
## Installation
|
||||||
|
|
||||||
1. `git clone https://git.end-play.xyz/profitroll/HoloCheckerBot.git`
|
1. `git clone https://git.end-play.xyz/profitroll/HoloCheckerBot.git`
|
||||||
|
7
main.py
7
main.py
@ -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__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
logWrite(f"Starting up with pid {pid}")
|
logWrite(f"Starting up with pid {pid}")
|
||||||
|
Reference in New Issue
Block a user