예제 #1
0
 public async Task SetServerStatusServiceIP(string ip)
 {
     _appSettingsService.SetServerStatusServiceIP(ip);
     await ReplyAsync("New IP set.");
 }