mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🐛 修复一个小问题
This commit is contained in:
parent
7f8db29c1e
commit
feb717b28b
@ -32,7 +32,7 @@ class AddUserCommandData(TelegramObject):
|
||||
sign_in_client: Optional[YuanShen.SignIn] = None
|
||||
|
||||
|
||||
CHECK_SERVER, CHECK_PHONE, CHECK_CAPTCHA, INPUT_COOKIES, COMMAND_RESULT = range(10100, 10106)
|
||||
CHECK_SERVER, CHECK_PHONE, CHECK_CAPTCHA, INPUT_COOKIES, COMMAND_RESULT = range(10100, 10105)
|
||||
|
||||
|
||||
class SetUserCookies(Plugin.Conversation, BasePlugin.Conversation):
|
||||
|
Loading…
Reference in New Issue
Block a user