refactor: remove helper directory in onebot

This commit is contained in:
Seijo Cecilia
2024-08-28 15:09:17 +08:00
parent c767d7497d
commit b5dd839996
18 changed files with 17 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
import { OB11Config } from '@/onebot/helper/config';
import { OB11Config } from '@/onebot/config';
interface LoginRuntimeType {
LoginCurrentTime: number;