1.0.0 • Published 11 months ago

vcord.js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Discord Vanity Guard

Usage

/* import { setVanityURL } from 'vcord.js'; */
const { setVanityURL } = require('vcord.js');

const config = {
    clientToken: 'token',
    guildId: '123123',
    vanityCode: 'altyapilar'
}

(async () => {
    try {
        const vanity = await setVanityURL(config);

        if (vanity.ok && vanity.status === 200) {
            console.log('succes');
        }

    } catch {
        console.log('danger');
    }
})();

Get user token

window.webpackChunkdiscord_app.push([
  [Math.random()],
  {},
  req => {
    for (const m of Object.keys(req.c)
      .map(x => req.c[x].exports)
      .filter(x => x)) {
      if (m.default && m.default.getToken !== undefined) {
        return copy(m.default.getToken());
      }
      if (m.getToken !== undefined) {
        return copy(m.getToken());
      }
    }
  },
]);
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');

Sponsor (discord.gg/altyapilar)

revegar projects

1.0.0

11 months ago