chore: ver 3.10.0

This commit is contained in:
linyuchen 2024-02-27 23:23:53 +08:00
parent 3eda104a78
commit c600c38a92
2 changed files with 2 additions and 2 deletions

View File

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

View File

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