Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyad777 authored Jan 10, 2023
1 parent 35e2e7e commit 69ab60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
api_id=evn.get("API_ID"),
api_hash=evn.get("API_HASH")
)

app.db = Database()

@app.on_chat_join_request(filters.group | filters.channel)
async def autoapprove(c, m):
Expand Down

0 comments on commit 69ab60e

Please sign in to comment.