mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
048858f545
2 changed files with 4 additions and 2 deletions
|
|
@ -88,3 +88,5 @@ MEDIA_INVALID The media is invalid
|
|||
BOT_SCORE_NOT_MODIFIED The bot score was not modified
|
||||
USER_BOT_REQUIRED The method can be used by bots only
|
||||
IMAGE_PROCESS_FAILED The server failed to process your image
|
||||
CALL_ALREADY_ACCEPTED The call is already accepted
|
||||
CALL_ALREADY_DECLINED The call is already declined
|
||||
|
|
|
|||
|
|
|
@ -28,7 +28,7 @@ __copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance
|
|||
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
|
||||
)
|
||||
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
|
||||
__version__ = "0.11.0"
|
||||
__version__ = "0.11.1.develop"
|
||||
|
||||
from .api.errors import Error
|
||||
from .client.types import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue