mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2024-11-27 17:45:07 +08:00
🐛 修复转发消息
This commit is contained in:
parent
07f85be527
commit
b40c7be1f9
@ -354,6 +354,6 @@ async def handle_rank(
|
|||||||
await saa.Text("你把可视化都关了哪来的排行榜?").finish()
|
await saa.Text("你把可视化都关了哪来的排行榜?").finish()
|
||||||
|
|
||||||
if plugin_config.aggregate_transmission:
|
if plugin_config.aggregate_transmission:
|
||||||
await saa.AggregatedMessageFactory([msg]).finish(reply=True)
|
await saa.AggregatedMessageFactory([msg]).finish()
|
||||||
else:
|
else:
|
||||||
await msg.finish(reply=True)
|
await msg.finish(reply=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user