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