Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Decrabbityyy committed Aug 10, 2024
2 parents 416ca4d + 593d8e4 commit 1ef83a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nonebot_plugin_alconna/uniseg/adapters/qq/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_target(self, event: Event, bot: Union[Bot, None] = None) -> Target:
adapter=self.get_adapter(),
self_id=bot.self_id if bot else None,
scope=SupportScope.qq_api,
extra={"qq.interaction":True}
extra={"qq.interaction": True},
)
elif event.channel_id:
return Target(
Expand Down

0 comments on commit 1ef83a6

Please sign in to comment.