feat(gvg): 添加贡献等接口

This commit is contained in:
luying
2023-01-06 21:15:06 +08:00
parent 6cc38053e7
commit 0530f931bc
17 changed files with 301 additions and 49 deletions

View File

@@ -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}`);
}