mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-13 15:36:48 +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