del-rs-0.1.0 has been yanked.
DEL.js API Wrapper
This is a JavaScript API wrapper for Discord Extreme List's API.
Getting Started
Importing and "initialising" the package
const DEL = require; // Importing DEL.js
const del = ; // Initialising it
Arguments
| Parameter | Type | Optional | Description |
|---|---|---|---|
| key | String | false | The API Token found on your bot's page. |
| id | Snowflake | false | Your bot's client ID. |
Discord.JS Example
const Discord = require;
const client = ;
const DEL = require;
const del = ;
client.;
client.;