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:
@@ -11,7 +11,5 @@ export interface NapCatConfig {
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging
|
||||
export class NapCatConfig extends ConfigBase<NapCatConfig> {
|
||||
getConfigName() {
|
||||
return 'napcat';
|
||||
}
|
||||
name = 'napcat';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user