Skip to content

A Discord verification bot made in node.js.

License

Notifications You must be signed in to change notification settings

2M4U/DiscordVerification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

As of January 2021 I will be discontinuing this project. Please do not contact me with the intent of help.

Discord Verification

A Discord verification bot made in node.js using reCAPTCHA to verify users.

Requirements

  • node.js (I used v12.18.1)
  • express v4.17.1
  • axios v0.20.0
  • discord.js v12.3.1

Setup

Register a site with reCAPTCHA here and choose reCAPTCHA v2 "I'm not a robot" Checkbox. Copy the secret key into variables.js and add the site key on this line. Next register an application with Discord here and create a bot. Copy the bot token into variables.js, also set the guild ID and the verified role name. If you would like to use a custom domain change the link on this line.

Images

Embed Website

About

A Discord verification bot made in node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.9%
  • HTML 36.7%
  • CSS 6.4%