mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-29 05:56:42 +00:00
🐛 fix cqhttp get forward msg type error
This commit is contained in:
@@ -180,7 +180,7 @@ class Bot(BaseBot):
|
|||||||
async def get_forward_msg(
|
async def get_forward_msg(
|
||||||
self,
|
self,
|
||||||
*,
|
*,
|
||||||
id: int,
|
id: str,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
:说明:
|
:说明:
|
||||||
|
|||||||
Reference in New Issue
Block a user