mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f400d43b8a | ||
![]() |
fb2f1a8917 | ||
![]() |
c849b9bea2 |
@@ -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'
|
||||
|
Reference in New Issue
Block a user