mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
对 get_group_member_list 增强开关
This commit is contained in:
parent
0ad0353fc0
commit
ad72415532
@ -33,6 +33,8 @@ export interface OB11Config {
|
|||||||
reportSelfMessage: boolean;
|
reportSelfMessage: boolean;
|
||||||
token: string;
|
token: string;
|
||||||
|
|
||||||
|
localDB: boolean;
|
||||||
|
|
||||||
read(): OB11Config;
|
read(): OB11Config;
|
||||||
|
|
||||||
save(config: OB11Config): void;
|
save(config: OB11Config): void;
|
||||||
@ -65,6 +67,8 @@ class Config extends ConfigBase<OB11Config> implements OB11Config {
|
|||||||
reportSelfMessage = false;
|
reportSelfMessage = false;
|
||||||
token = '';
|
token = '';
|
||||||
|
|
||||||
|
localDB = true;
|
||||||
|
|
||||||
getConfigPath() {
|
getConfigPath() {
|
||||||
return path.join(this.getConfigDir(), `onebot11_${selfInfo.uin}.json`);
|
return path.join(this.getConfigDir(), `onebot11_${selfInfo.uin}.json`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user