mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
0695c59e59
@ -108,7 +108,8 @@ async function forwardMessage(message: MessageElement) {
|
|||||||
}
|
}
|
||||||
for (let element of message.raw.elements) {
|
for (let element of message.raw.elements) {
|
||||||
let message_data: any = {
|
let message_data: any = {
|
||||||
data: {"type": "unknown"}
|
data: {},
|
||||||
|
type: "unknown"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (element.textElement?.atType == 2) {
|
if (element.textElement?.atType == 2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user