@serversmith/verification
v1.0.2-readme-update
Published
ServerSmith is a powerful Discord verification system focused on automated threat detection, user validation, and seamless onboarding. It’s built to help communities of all sizes stay safe from raids, spam, and abuse.
Readme
🛡 ServerSmith Verification Bot
ServerSmith is a powerful Discord verification system focused on automated threat detection, user validation, and seamless onboarding. It’s built to help communities of all sizes stay safe from raids, spam, and abuse.
📘 Full Docs: verify.serversmith.dev/docs
🔑 Get API Keys: verify.serversmith.dev/keys
🚀 Quick Start
Install via npm:
npm install npm i @serversmith/verificationBasic usage:
const verifier = new ServerSmithVerification({
clientId: "YOUR_CLIENT_ID",
secret: "YOUR_SECRET_KEY",
discordClient: client,
guildId: "YOUR_SERVER_ID",
verificationRoleId: "VERIFIED_ROLE_ID",
securityMode: "strict"
});🔧 Features at a Glance
- Customizable security profiles (
strictorloose) - Automatic invite tracking and abuse prevention
- Real-time behavior analysis and client checks
- Isolated verification channels for flagged users
- Role exemptions, Cloudflare challenge detection, and more
For full configuration, advanced overrides, and deployment examples, check out the official docs.
