1.0.6 • Published 8 years ago

discord-ban-list v1.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago
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
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago