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
commit f400d43b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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) {

View File

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