Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyrogram/assistant Loading
base: master
Choose a base ref
...
head repository: Bfas237/assistant Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on May 25, 2019

  1. Initial Commit

    A similar fork which originated from https://github.com/ColinTheShark/assistant by @ColinTheShark gave me the go ahead to fork and also do my own modications.
    
    Here are some fix i made:
    
    1. The new user could not click the get any response after clicking the callback
    
    2. The !un command to unrestrict the new user was returning an error with get_chat_member() which i also fixed
    
    3. And even more fixes :)
    
    Thats all. @delivrance have a look and give me your feedback
    
    Co-Authored-By: ColinShark <[email protected]>
    Bfaschat and ColinShark committed May 25, 2019
    Configuration menu
    Copy the full SHA
    a94647f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Flter out authorised chats where bot will welcome new members

    Co-Authored-By: ColinShark <[email protected]>
    Co-Authored-By: delivrance <[email protected]>
    3 people committed May 26, 2019
    Configuration menu
    Copy the full SHA
    7d2f2f5 View commit details
    Browse the repository at this point in the history
  2. Update pyrogramchat.py

    Co-Authored-By: ColinShark <[email protected]>
    Co-Authored-By: delivrance <[email protected]>
    3 people committed May 26, 2019
    Configuration menu
    Copy the full SHA
    e175c09 View commit details
    Browse the repository at this point in the history
Loading