This is a multi guild verifecation system for new users that join the server.

Overview

Image

djs-verification-system

This is a multi guild verification system for new users that join the server. You can use this to prevent raiders, bad people and many more!

MAJOR UPDATE!

  • Fixed interaction errors.
  • Added Modals.
  • Added random verification codes in modals.

Dependencies:

mongoose => npm i mongoose chalk => npm i [email protected] dotenv => npm i dotenv

Instructions:

  1. Place the commands into your commands folder.
  2. Place the events in your events folder.
  3. Create a new folder in the bot root direcatory and name it "schemas", and than place the schema in there.
  4. Change all the paths to the right ones if needed.

MongoDB Connection:

be sure to add this to your ready.js file.

{ console.log(chalk.yellow(`✅ >>> Successfully connected to MongoDB!`)); }) .catch((err) => { console.log(err); });">
    // Add this to the top of the file
    const { connect } = require('mongoose')
    const chalk = require("chalk")
    
    // Add this to your ready.js file
    await connect(MONGO_URI)
      .then(() => {
        console.log(chalk.yellow(`✅ >>> Successfully connected to MongoDB!`));
      })
      .catch((err) => {
        console.log(err);
      });

Preview

2022-08-17.20-56-39.mov

Contributing:

if you want to contribute create a fork of this project and when you are done editing it update the fork and create a pull request.

You might also like...

A NodeJS package for voice channel interactions on Revolt. This package lets you join voice channels, play music and more!

Revoice.js - A Voice Module for Revolt This package is still in developement and lacks many features. You still are able to play sound to a voice chan

Dec 25, 2022

A multi-purpose assistant bot for Discord to make your server a better place.

A multi-purpose assistant bot for Discord to make your server a better place.

━━━━━━ ❖ ━━━━━━ Rieko 🎁 FEATURES To be filled. 💸 TIP JAR If you enjoyed it and would like to show your appreciation, you may want to tip me here. It

May 23, 2022

Aeona is a multi-purpose discord bot ready to skill up and boost up your Discord server! It has an State of the Art AI chatbot to make sure you never feel bored!

Aeona | Chatbot Aeona is an ever-growing multipurpose bot; primarily a fun chatbot you can converse with, but also showcases a wide range of fun comma

Jan 9, 2023

Discord Guilds New Member Captcha (Verification) System

Discord Captcha Discord Guilds New Member Captcha (Verification) System Project Setup Always use yarn to avoid conflicting .lock file issues. Install

Nov 29, 2022

New multilingual Discord Gif BOT with MongoDB, economy and market system

multilingual niyuki-gif-bot but v13 (/w MongoDB, Economy and Market) One of the most advanced Discord Gif BOT with MongoDB, Economy and Market System

Sep 26, 2022

Remote Keyboard Tutoring System is a web-based system that can be attached to any keyboard synthesizer through a MIDI connector.

Remote Keyboard Tutoring System is a web-based system that can be attached to any keyboard synthesizer through a MIDI connector.

The Remote Keyboard Tutoring System is a web-based system that can be attached to any (electronic) keyboard synthesizer through a MIDI connector. Once our system is connected to the keyboard, the user can interactively learn, play or teach in combination with the web application that we provide.

Nov 15, 2022

A decentralized Music Ownership System developed on Truffle Suite and React Bootstrap to allow Music artists to upload their content to the blockchain, that can be streamed by users

A decentralized Music Ownership System developed on Truffle Suite and React Bootstrap to allow Music artists to upload their content to the blockchain, that can be streamed by users

A decentralized Music Ownership System developed on Truffle Suite and React Bootstrap to allow Music artists to upload their content to the blockchain, that can be streamed by users.

Sep 5, 2022

Self-Hosted Discord Bot to onboard users, protect users, and gamify entertainment & engagement.

Self-Hosted Discord Bot to onboard users, protect users, and gamify entertainment & engagement.

Self-Hosted Open-Source Discord Bot to onboard & protect community members. It gamifies user entertainment & engagement. Usage Clone using: git clone

Sep 8, 2022

A Discord bot designed for taking self-hosted media server requests from users

Jellybot A Discord bot designed for taking self-hosted media server requests from users What's it for? If you're coming across this, you probably have

Mar 25, 2022
Comments
  • Error: Cannot find module 'randomized-string'

    Error: Cannot find module 'randomized-string'

    Error: Cannot find module 'randomized-string' Require stack:

    • B:\Coding\FunGamers Discord Bot v14\Events\Interactions\verifyInteraction.js
    • B:\Coding\FunGamers Discord Bot v14\Handlers\eventHandler.js
    • B:\Coding\FunGamers Discord Bot v14\index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (B:\Coding\FunGamers Discord Bot v14\Events\Interactions\verifyInteraction.js:16:22) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) { code: 'MODULE_NOT_FOUND', requireStack: [ 'B:\Coding\FunGamers Discord Bot v14\Events\Interactions\verifyInteraction.js', 'B:\Coding\FunGamers Discord Bot v14\Handlers\eventHandler.js', 'B:\Coding\FunGamers Discord Bot v14\index.js' ] } Promise { Error: Cannot find module 'randomized-string' Require stack:
      • B:\Coding\FunGamers Discord Bot v14\Events\Interactions\verifyInteraction.js
      • B:\Coding\FunGamers Discord Bot v14\Handlers\eventHandler.js
      • B:\Coding\FunGamers Discord Bot v14\index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (B:\Coding\FunGamers Discord Bot v14\Events\Interactions\verifyInteraction.js:16:22) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) { code: 'MODULE_NOT_FOUND', requireStack: [ 'B:\Coding\FunGamers Discord Bot v14\Events\Interactions\verifyInteraction.js', 'B:\Coding\FunGamers Discord Bot v14\Handlers\eventHandler.js', 'B:\Coding\FunGamers Discord Bot v14\index.js' ] } } ✅ >>> Ready! Logged in as Fun Gamers#0573 .------------------------. | Commands | Status | |---------------|--------| | reload | 🟩 | | fact | 🟩 | | image | 🟩 | | report | 🟩 | | status | 🟩 | | giveaway | 🟩 | | reportchannel | 🟩 | | reportutil | 🟩 | | setrole | 🟩 | | setup | 🟩 | | events | 🟩 | '------------------------' Loaded Commands. ✅ >>> Successfully connected to MongoDB!
    opened by Habeeb30 0
Owner
LunarCodes
Floating in space...
LunarCodes
A simple Multi Guild Modmail Bot coded in v13 using the enmap Database Working on any host, like repl.it or vps! Its fast and working bug free + Security options!

Multiguild-Modmail A simple Multi Guild Modmail Bot coded in v13 using the enmap Database Working on any host, like repl.it or vps! Its fast and worki

Tomato6966 54 Oct 20, 2022
A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

InvalidLenni 2 Jun 28, 2022
Authentication module for Guild.xyz Public API

Authentication module for Guild.xyz Public API | WIP Background One of the most common problems with digital signature-based authentication systems is

Agora.xyz 37 Dec 21, 2022
Simple Minecraft Guild Bridge Made Using TypeScript DiscordX and Mineflayer.

Create a discord bot with TypeScript and Decorators! Content Demo Installation Use global command only Use CommonJS Remove rest api server Demo CodeSa

null 2 Aug 10, 2022
General multipurpose bot for the Overextended Discord guild.

OxBot Both Development and Production require use of Docker Developmment Setting up Create a .env file with the following structure structure found in

Overextended 4 Jul 30, 2022
A Single Guild Welcome Bot Made with ♥ By Ahad#3257

welcome-bot A Single Guild Welcome Bot Made with ♥ By Ahad#3257 How to Use? Open config.json and enter your bot's token there. Make sure to turn on GU

Ahad 11 Dec 30, 2022
Bot WhatsApp multi device / multi perangkat menggunakan lib / api baileys-md. Give star ⭐

Requirements • Installation • Thanks to • Official Group Bot • Donate Information Chika-Md adalah bot yang awalnya memakai base dari Hisoka-Morou. Chi

Riy 57 Dec 25, 2022
whatsapp api to remote your whatsapp device. Support multi device, multi client. Still update to more feature. Please fork, star, donate and share.

Ndalu-wa-client DEPENDENCIES : { "@adiwajshing/baileys": "^4.2.0", "@adiwajshing/keyed-db": "^0.2.4", "axios": "^0.27.2", "body-parser

null 29 Jan 4, 2023
For Help/Questions Join in discord: https://discord.gg/ErynDxTV5Y

C-GEN-Discord-Alt-Accounts-Generator An Open Source Account Generator Bot! How it works: Put your Discord Bot Token in Config, Make sure you have Node

null 4 May 8, 2022
Aviatojs - A simple library to trim, cut and join audio files.

Aviatojs A simple library to trim, cut and join audio files. Usage For a fully working example refer to this example Importing import {AviatoAudio}

null 6 Oct 7, 2022