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