chore: config

This commit is contained in:
手瓜一十雪
2024-08-10 22:25:25 +08:00
parent ccccbcde2a
commit 6b90fd0a01
2 changed files with 23 additions and 39 deletions

View File

@@ -34,9 +34,8 @@ export interface OB11Config {
}
export class OB11Config extends ConfigBase<OB11Config> {
name = 'onebot11';
protected getKeys(): string[] | null {
return null;
getConfigName() {
return 'onebot11';
}
}