Skip to content

Commit

Permalink
🔖 [Version tag] v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
foxwhite25 committed Apr 7, 2022
1 parent e5e21e1 commit bfec785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = 'qq'
__author__ = 'Foxwhite'
__license__ = 'MIT'
__version__ = '1.2.3'
__version__ = '1.2.4'

# The MIT License (MIT)
# Copyright (c) 2021-present foxwhite25
Expand Down Expand Up @@ -61,4 +61,4 @@ class VersionInfo(NamedTuple):
serial: int


version_info: VersionInfo = VersionInfo(major=1, minor=2, micro=3, releaselevel='beta', serial=0)
version_info: VersionInfo = VersionInfo(major=1, minor=2, micro=4, releaselevel='beta', serial=0)
2 changes: 1 addition & 1 deletion qq/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class MessageReference:
-----------
message_id: Optional[:class:`int`]
引用的消息的 ID。
channel_id: :class:`int`
channel_id: Optional[:class:`int`]
引用的消息的子频道 ID。
guild_id: Optional[:class:`int`]
所引用消息的频道 ID。
Expand Down

0 comments on commit bfec785

Please sign in to comment.