Skip to content

Aurea6/Verification-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verification Bot

Easy to setup discord verification bot with captcha!


Creators of this bot iRed

Requirements

  • Discord.js v13 (npm install discord.js@latest)
  • NodeJS v16.6 or higher
  • Basic knowledge of JS or Discord.JS

Have suggestions on what could be added?

  • Leave your suggestions right here and create a pull request there and tell us your suggesstion

What features do I Include?

Available Features
Features Availability
Captcha with image

Versions and Support Info

Detailed Versions Info
My Versions Support Status
v1.0.0-stable (added buttons) Available
  • Keep checking the Releases Section to get the latest info relating new updates, bug fixes etc about the repository.
  • The Information above includes Versions with only Major Updates and not Versions with Bug fixes
  • v1.0.0 is included in the List because this version includes the fixing of every error in the repository.
  • Support is provided only for Stable and Beta Versions and not for Alpha Versions.

Getting started

Creating a fork:

Installing all necessary packages

  • npm install

Starting the bot

  • node . or node index

Run the project

Run on Repl.it Remix on glitch Deploy to Heroku


Configuration

  • Edit the config.js file and enter the required values
module.exports = {
  token: "" || process.env.TOKEN, // you're discord bot token
  guildId: "" || process.env.GUILD_ID, // you're discord server id
  verifyRole: "" || process.env.VERIFY_ROLE, // the role to give to verified person
  verifyChannel: "" || process.env.VERIFY_CHANNEL, // the verification channel id
};
// -------[Comment Start]----------
// Get the bot token from https://discord.com/dev
// The verifyRole must be filled with a verification role id
// the verifyChannel must be filled with the channel id id in which you want the verification message to appear
// -------[Comment End]------------
  • Get the discord bot token from here
  • Get the guild id from here
  • Get the role id from here here
  • Get channel id from here

Contributing


Advertising

Bot-Hosting.net - It is a discord bot hosting service which hosts your discord bots on their vps servers for free of cost and is also 24/7 online with 0 cost Bot-Hosting | Best free discord bot hosting service


If you liked this code make sure to Star ⭐ This resporitory!

About

Easy to setup discord verification bot with captcha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published