数数:后台停服前关闭
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Application, ChannelService, HandlerService, } from 'pinus';
|
||||
import { reloadResources } from '../../../pubUtils/data';
|
||||
import { treatGuildName } from '../../../services/sdkService';
|
||||
import { taflush, treatGuildName } from '../../../services/sdkService';
|
||||
import { getServerMainten, setServerMainten, stopServerMainten } from '../../../services/gmService';
|
||||
|
||||
export default function (app: Application) {
|
||||
@@ -39,4 +39,8 @@ export class GuildRemote {
|
||||
public getServerMainten(serverId: number) {
|
||||
return getServerMainten(serverId);
|
||||
}
|
||||
|
||||
public taflush() {
|
||||
return taflush();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user