firewallgg
v1.3.0
Published
FirewallGG is a simple program that will search all users in multiple database api's to see if they are banned in any of them. It will return a list of all databases the user is banned in as-well.
Downloads
69
Readme
THIS HAS BEEN DISCONTUNUED!
FirewallGG - Node Module
This is a simple node module that will allow you to search the FirewallGG database(s) natively.
Code Example:
const firewallgg = require('firewallgg');
(async () => {
let bans = await firewallgg.search("704094587836301392");
console.log(bans);
});