const ywot = require('../socket'); // Import direct library main = new ywot.Socket(''); // Open socket main.on('open',()=>{ // When socket opens main.write([[[1,1],[0,0],'!']]); // Tell the server to put an exclamation mark at the topleft of the tile bottomright of the motd });