poppyrock2 — 6/18/2022, 12:11:12 PM

finally

♥ 4 ↩ 0 💬 1 comment

comments

poppyrock2:

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")
  })


6/18/2022, 12:13:09 PM