mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
commit
f400d43b8a
@ -4,7 +4,7 @@
|
||||
"name": "LLOneBot",
|
||||
"slug": "LLOneBot",
|
||||
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
||||
"version": "3.33.3",
|
||||
"version": "3.33.4",
|
||||
"icon": "./icon.webp",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -16,8 +16,8 @@ interface Response {
|
||||
export class GetForwardMsg extends BaseAction<Payload, Response> {
|
||||
actionName = ActionName.GoCQHTTP_GetForwardMsg
|
||||
payloadSchema = Schema.object({
|
||||
message_id: String,
|
||||
id: String
|
||||
message_id: Schema.string(),
|
||||
id: Schema.string()
|
||||
})
|
||||
|
||||
protected async _handle(payload: Payload) {
|
||||
|
@ -1 +1 @@
|
||||
export const version = '3.33.3'
|
||||
export const version = '3.33.4'
|
||||
|
Loading…
x
Reference in New Issue
Block a user