Merge pull request #436 from LLOneBot/dev

release: 3.33.4
This commit is contained in:
idranme
2024-09-21 23:29:47 +08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"name": "LLOneBot", "name": "LLOneBot",
"slug": "LLOneBot", "slug": "LLOneBot",
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
"version": "3.33.3", "version": "3.33.4",
"icon": "./icon.webp", "icon": "./icon.webp",
"authors": [ "authors": [
{ {

View File

@@ -16,8 +16,8 @@ interface Response {
export class GetForwardMsg extends BaseAction<Payload, Response> { export class GetForwardMsg extends BaseAction<Payload, Response> {
actionName = ActionName.GoCQHTTP_GetForwardMsg actionName = ActionName.GoCQHTTP_GetForwardMsg
payloadSchema = Schema.object({ payloadSchema = Schema.object({
message_id: String, message_id: Schema.string(),
id: String id: Schema.string()
}) })
protected async _handle(payload: Payload) { protected async _handle(payload: Payload) {

View File

@@ -1 +1 @@
export const version = '3.33.3' export const version = '3.33.4'