Skip to content

qerionx/VeeriBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeeriBot

A simple, versatile Discord verification bot that stops alt accounts and VPN/proxy users from ruining your server. An open-source alternative to Double Counter.

What it does

  • Blocks vpns, proxies, and dc connections (https://ipapi.is/)
  • Prevents alt accounts
  • Lets you verify for different roles
  • Tracks all attempts so you can see whats happening 👀

How do I set this up?

You need:

Install and run

Run npm i && sh deploy.sh then choose whether you want to run for production or development (npm start/npm run dev)

Config

Run cp .env.example .env then fill in all required values in .env

Commands

/sendverificationembed title:whatever description:whatever role:@role webhookurl:optional expiration:optional

Creates a verification embed that users can click to verify for that specific role.

Arguments:

  • title - title of the verification embed
  • description - description text for the embed
  • role - role to grant upon successful verification
  • webhookurl (optional) - webhook URL to log verifications and failed attempts
  • expiration (optional) - expiration time in minutes (default: 30, use 0 for never expires)

Demo cmds:

/sendverificationembed title:"Verify for Access" description:"Click to verify your account" role:@Members

/sendverificationembed title:"Premium Verification" description:"Verify for premium access" role:@Premium webhookurl:https://discord.com/api/webhooks/... expiration:120

/sendverificationembed title:"Permanent Panel" description:"This panel never expires" role:@Verified expiration:0

About

A versatile Discord verification bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published