mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-25 09:37:30 +00:00
🐛 Fix qlogin
command block
Signed-off-by: Karako <karakohear@gmail.com>
This commit is contained in:
parent
e31d4bb48c
commit
b5d5dcf735
@ -83,7 +83,7 @@ class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation):
|
|||||||
return CHECK_SERVER
|
return CHECK_SERVER
|
||||||
|
|
||||||
@conversation.entry_point
|
@conversation.entry_point
|
||||||
@handler.command("qlogin", filters=filters.ChatType.PRIVATE, block=True)
|
@handler.command("qlogin", filters=filters.ChatType.PRIVATE, block=False)
|
||||||
@error_callable
|
@error_callable
|
||||||
async def qrcode_login(self, update: Update, context: CallbackContext):
|
async def qrcode_login(self, update: Update, context: CallbackContext):
|
||||||
user = update.effective_user
|
user = update.effective_user
|
||||||
|
Loading…
Reference in New Issue
Block a user