User Packages

provoker

```node.js const provoker = require('provoker'); provoker.provoke(['Username:-', 'Password:-'], (results) => { console.log(results); process.exit(); }); ``` ###### The 'process.exit();' line The process.exit(); line is extremely important

1.1.0 • Published 5 years ago

mentions

Get user mentions from string or replace user mentions with something else

1.0.2 • Published 11 years ago