delpost.js
v1.0.2
Published
This is the Discord Extreme List API!
Readme
delpost.js
This is Discord Extreme List's unofficial API!
Usage/Examples
Guild Count Post
const delapi = require('delpost.js');
// client should be defined as your discord client.
const guildCount = new delapi.guildPost('authtoken', client);
guildPost.init().then(response => console.log(response));
// If you want to get a json response, you can do JSON.parse() method
