zerodayz.js
TypeScript icon, indicating that this package has built-in type declarations

11.6.2 • Public • Published

Example usage

const ZeroDayz = require('ZeroDayz');
const selfbot = new ZeroDayz.Client();

selfbot.on('ready', () => {
  console.log(`Logged in as ${client.user.tag}!`);
});

selfbot.on('message', msg => {
  //fixed issue with discord api crashing after a groupchat is created or updated.
  if (msg.content === 'ping') {
    msg.reply('pong');
  }
});

selfbot.login('token');

/zerodayz.js/

    Package Sidebar

    Install

    npm i zerodayz.js

    Weekly Downloads

    2

    Version

    11.6.2

    License

    Apache-2.0

    Unpacked Size

    749 kB

    Total Files

    173

    Last publish

    Collaborators

    • anarchy.antichrist