chore: 过滤重复消息

This commit is contained in:
手瓜一十雪
2024-08-12 17:04:32 +08:00
parent 20a37fe2de
commit fba2078fc0
12 changed files with 47 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import path, { dirname } from 'path';
import { fileURLToPath } from 'url';
import fs from 'fs';
export const napcat_version = '2.0.1';
export const napcat_version = '2.0.2';
export class NapCatPathWrapper {
binaryPath: string;