1.0.6 • Published 7 years ago

discord-ban-list v1.0.6

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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago