chore: ver 3.9.0

This commit is contained in:
linyuchen 2024-02-27 04:10:08 +08:00
parent b8af582749
commit c636af0b0e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"name": "LLOneBot", "name": "LLOneBot",
"slug": "LLOneBot", "slug": "LLOneBot",
"description": "LiteLoaderQQNT的OneBotApi", "description": "LiteLoaderQQNT的OneBotApi",
"version": "3.8.0", "version": "3.9.0",
"thumbnail": "./icon.png", "thumbnail": "./icon.png",
"authors": [ "authors": [
{ {

View File

@ -5,7 +5,7 @@ import {LLOneBotError} from "./types";
export let groups: Group[] = [] export let groups: Group[] = []
export let friends: Friend[] = [] export let friends: Friend[] = []
export let msgHistory: Record<string, RawMessage> = {} // msgId: RawMessage export let msgHistory: Record<string, RawMessage> = {} // msgId: RawMessage
export const version = "3.8.0" export const version = "3.9.0"
export let groupNotifies: Map<string, GroupNotify> = new Map<string, GroupNotify>(); export let groupNotifies: Map<string, GroupNotify> = new Map<string, GroupNotify>();
export let friendRequests: Map<number, FriendRequest> = new Map<number, FriendRequest>(); export let friendRequests: Map<number, FriendRequest> = new Map<number, FriendRequest>();
export let llonebotError: LLOneBotError = { export let llonebotError: LLOneBotError = {