mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore
This commit is contained in:
@@ -117,7 +117,6 @@ export class OB11Constructor {
|
|||||||
let qq: string
|
let qq: string
|
||||||
let name: string | undefined
|
let name: string | undefined
|
||||||
if (element.textElement.atType == AtType.atAll) {
|
if (element.textElement.atType == AtType.atAll) {
|
||||||
// message_data["data"]["mention"] = "all"
|
|
||||||
qq = 'all'
|
qq = 'all'
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -130,7 +129,6 @@ export class OB11Constructor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (atQQ) {
|
if (atQQ) {
|
||||||
// message_data["data"]["mention"] = atQQ
|
|
||||||
qq = atQQ
|
qq = atQQ
|
||||||
name = content.replace('@', '')
|
name = content.replace('@', '')
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user