✨ feat(gvg): 添加贡献等接口
This commit is contained in:
@@ -97,7 +97,7 @@ export class GuildRemote {
|
||||
|
||||
public async setGVGConfig(config: GVGConfigType) {
|
||||
try {
|
||||
setGVGConfig(config);
|
||||
await setGVGConfig(config);
|
||||
} catch(e) {
|
||||
errlogger.error(`remote ${__filename} \n ${e.stack}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user