wasteof.js is here!
docs: https://latetheidiot.gitbook.io/wasteof.js/
the repository: https://github.com/Late-Is-Cool/wasteof.js/
package: https://www.npmjs.com/package/wasteof.js
install it with your node.js bot: npm i wasteof.js
little sample:
const wasteof = require('wasteof.js')
const client = new wasteof.Client()
client.on('onMention', (mention, count) =>{
client.post('new mention!!! wowo')
}
client.login('late', 'FunnyAmongus123#5812')
fun fact: this was posted with wasteof.js (shut up late)