Tqggle / ward

πŸ”‘ A Discord verification bot using reCAPTCHA v2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”‘ ward

A Discord verification bot using reCAPTCHA v2.

🧳 Requirements

  • node.js (I used v12.18.1)

πŸ”Œ Installation

npm i

πŸ“˜ Setup

Register a site with reCAPTCHA here and choose reCAPTCHA v2 "I'm not a robot" Checkbox. Now on your reCAPTCHA dashboard copy the secret and public key into the config.json file. Add your Discord bot token, guild ID, and role ID into config.json aswell. If you are using a domain add it in the config.json file, if you are using HTTPS, enable it in the config add your certificate and private key file with the names: certificate.pem and private.pem.

πŸ•ΉοΈ Usage

npm start

πŸ“· Preview

Embed Website

About

πŸ”‘ A Discord verification bot using reCAPTCHA v2.

License:MIT License


Languages

Language:JavaScript 61.1%Language:HTML 33.1%Language:CSS 5.8%