djs-selfbot-v12
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

discord.js


Discord server NPM version NPM downloads Build status Dependencies

NPM info

Example usage

const Discord = require('djs-selfbot-v12');
const client = new Discord.Client();

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

client.on('message', msg => {
  if (msg.content === 'ping') {
    msg.reply('pong');
  }
});

client.login('token');

/djs-selfbot-v12/

    Package Sidebar

    Install

    npm i djs-selfbot-v12

    Weekly Downloads

    1

    Version

    0.0.4

    License

    Apache-2.0

    Unpacked Size

    869 kB

    Total Files

    200

    Last publish

    Collaborators

    • ex0404