This package has been deprecated

Author message:

This package is long unmaintained...Also ban lists are terribly biased, don't make the same mistake I made

discord-ban-list

1.0.6 • Public • Published
npm install discord-ban-list

Use this module to check whether a certain Discord user ID has been listed in the Ban List/DiscordList bans or not.

var dbl = require("discord-ban-list");
dbl("1234567890").then(isBanned => {
    console.log(isBanned);
}).catch(console.log);
// If listed on either website then return true, else return false
 
dbl.wiki("1234567890").then(isBanned => {
    console.log(isBanned);
}).catch(console.log);
// If listed on http://discord.shoutwiki.com/wiki/Ban_List then return true, else return false
 
dbl.list("1234567890").then(isBanned => {
    console.log(isBanned);
}).catch(console.log);
// If listed on http://bans.discordlist.net then return true, else return false

Readme

Keywords

Package Sidebar

Install

npm i discord-ban-list

Weekly Downloads

1

Version

1.0.6

License

ISC

Last publish

Collaborators

  • austinhuang