mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: bump versions
This commit is contained in:
parent
8465c47d41
commit
e3a2303e45
@ -4,7 +4,7 @@
|
||||
"name": "LLOneBot",
|
||||
"slug": "LLOneBot",
|
||||
"description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"icon": "./icon.webp",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -171,7 +171,7 @@ export async function decodeMessage(
|
||||
}
|
||||
message.member = {
|
||||
user: message.user,
|
||||
nick: data.sendMemberName || data.sendNickName || message.user.name
|
||||
nick: data.sendMemberName || message.user.name
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
export const version = '4.0.1'
|
||||
export const version = '4.0.2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user