comments

Code:

const WasteOfSession = require('wasteof-client');


let wasteof = new WasteOfSession("notawkward", "NO!!!"); 
wasteof.login()
  .then(async function() {
  await wasteof.postWallComment("automated wall post test", "notawkward", "62ad019a9568ece5f36ab6c9")
  })