mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +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(
|
||||
self,
|
||||
*,
|
||||
id: int,
|
||||
id: str,
|
||||
) -> None:
|
||||
"""
|
||||
:说明:
|
||||
|
Reference in New Issue
Block a user