Ejemplo n.º 1
0
 public static void MakeNewConfigForServer(int serverId)
 {
     bot          = GetDefaultBotConfig();
     bot.serverId = serverId;
 }