discordwrapperid

1.0.0 • Public • Published

DiscordWrapperID

The best way to fetch a Discord user profile.

Usage

const { Discord } = require("discordwrapperid");

// A bot token is required for the authorization
const Client = new Discord("Bot token");

Change log

  • v0.0.5 - Added to NPM. Not recommended
  • v0.0.7 - Big error fixed and changed. The changes are in the docs.
  • v0.0.8 - Fixed a little bug
  • v1.0.0 - Fixed a stupid bug in the 0.0.8 version.
Get profile information.
Client.grabProfile("User ID").then(User =>
{
    console.log(User);
}).catch(Error => {
    console.log(`Error - ${Error}`)
});

Docs

To go to the docs, visit https://docs.discordwrapperid.ml/

/discordwrapperid/

    Package Sidebar

    Install

    npm i discordwrapperid

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    5.15 kB

    Total Files

    6

    Last publish

    Collaborators

    • ze-real-one