db-verify

A api that setups discord bot verification for servers

Usage no npm install needed!

<script type="module">
  import dbVerify from 'https://cdn.skypack.dev/db-verify';
</script>

README

Discord Bot Verification API

A api that setups discord bot verification for servers

Sample Code

const Discord = require('discord.js'), client = new Discord.Client();
const verify = require('db-verify'), v = verify(client, 'role_id');
// Thats all you need to do. It creates the events for you, please don't use the functions outside the class.