Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quicksilveryt/discord-verification-bot
A verification bot for your guild
https://github.com/quicksilveryt/discord-verification-bot
discord discord-bot discord-js
Last synced: 28 days ago
JSON representation
A verification bot for your guild
- Host: GitHub
- URL: https://github.com/quicksilveryt/discord-verification-bot
- Owner: QuicksilverYT
- License: apache-2.0
- Created: 2022-04-15T16:50:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T05:23:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T05:27:20.942Z (3 months ago)
- Topics: discord, discord-bot, discord-js
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Verification-Bot
Discord.js Verification bot which can auto delete message and gives or removes role when they verified.
[Join Server](https://discord.gg/TaynAW9WXt)
# Discord V12
```
npm i discord.js @12.5.3
```# Replit
- [Run on replit](https://replit.com/@Abhinav-SinghS2/Verification-Bot)# Setup
- Star and folk this code
- Add prefix and developerID in `config.json`
- Add TOKEN in `.env` or secret file
- Run code
```
node index.js
```# Commands and Aliases
> `setverify`: Set verification channel, autodelete channel. Aliases: `sv`
> `setrole`: Gives role when they use ${prefix}verify command in verification channel. Aliases: `sr`
> `setrrole`: Removes role when they use ${prefix}verify command in verification channel. Aliases: `srr`
> `verify`: It gives or remove role it works only in verification channel. Aliases: `accept`
> `rvrole`: Reset **Give Role** Aliases: `rvr`
> `rvchannel`: Reset **Verification Channel** Aliases: `svc`
> `rrvrole`: Reset **Remove Role** Aliases: `rrvr`