Skip to content

Commit

Permalink
fix(qq): fill session.event.message.content, fix #263 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieuzest authored Apr 20, 2024
1 parent 0a1bdc6 commit 1c1716e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapters/qq/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export function decodeGroupMessage(
message.elements.push(h.video(attachment.url))
}
}
message.content = message.elements.join('')

message.guild = { id: data.group_id }
message.user = { id: data.author.id }
Expand Down

0 comments on commit 1c1716e

Please sign in to comment.