mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-22 07:08:04 +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
|
||||
|
||||
@conversation.entry_point
|
||||
@handler.command("qlogin", filters=filters.ChatType.PRIVATE, block=True)
|
||||
@handler.command("qlogin", filters=filters.ChatType.PRIVATE, block=False)
|
||||
@error_callable
|
||||
async def qrcode_login(self, update: Update, context: CallbackContext):
|
||||
user = update.effective_user
|
||||
|
Loading…
Reference in New Issue
Block a user