Skip to content

Commit

Permalink
Merge pull request #30 from okashi-ya/fix_await
Browse files Browse the repository at this point in the history
fix await
  • Loading branch information
RF-Tar-Railt committed Oct 30, 2023
2 parents d2ff836 + 7fb0f10 commit d37c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/red/bot.py
Expand Up @@ -235,7 +235,7 @@ async def send(
ChatType(chatType),
peerUin,
)
element_data = message.export(self)
element_data = await message.export(self)
resp = await self.call_api(
"send_message",
chat_type=chatType,
Expand Down

0 comments on commit d37c0c1

Please sign in to comment.