mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
refactor: make ConfigBase abstract
This commit is contained in:
@@ -36,7 +36,5 @@ export interface OB11Config {
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging
|
||||
export class OB11Config extends ConfigBase<OB11Config> {
|
||||
getConfigName() {
|
||||
return 'onebot11';
|
||||
}
|
||||
name = 'onebot11';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user