This package has been deprecated

Author message:

This package is deprecated and no longer works. Use the del.js package instead as it is up to date.

discordextremelist.xyz
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Discord Extreme List

A simple library for interacting with the Discord Extreme List API.

Example

const DEL = require('discordextremelist.xyz');
const client = new DEL.Client('Bot ID', 'API Token');
 
client.getBot('507970352501227523').then((bot) => {
    console.log(bot);
}).catch((e) => {
    console.error(e);
});
 
client.getUser('478255216588750858').then((user) => {
    console.log(user);
}).catch((e) => {
    console.error(e);
});
 
client.getWidget('507970352501227523').then((widget) => {
    console.log(widget);
}).catch((e) => {
    console.error(e);
});
 
client.updateCount(123).then((bot) => {
    console.log('Server count has been updated', bot);
}).catch((e) => {
    console.error(e);
});

License

This library follows the Apache-2.0 license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i discordextremelist.xyz

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

5.91 kB

Total Files

8

Last publish

Collaborators

  • cairo2k18