mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +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