1.0.0 • Published 3 years ago

discordwrapperid v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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/