Skip to content

A simple discord bot that helps you verify a user with a verification code.

License

Notifications You must be signed in to change notification settings

Neerolek/discord-verification-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Verification Bot

A simple discord bot that helps you verify a user with a verification code.

Requirements

Node - 16.6.1

NPM - 7.20.3

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Installation

  1. Clone the repository
$ git clone https://github.com/NEEROL/discord-verification-bot.git
  1. Enter into the directory
$ cd discord-verification-bot/
  1. Install the dependencies
$ npm install

Configuration

After cloning the project and installing all dependencies, you need to add your Discord API token, verification rule id and channel id in the .env file. Create an .env file and copy the contents from .env.example to the .env file.

Starting the application

$ npm start

Commands

send_msg

  • Sends verification message (only works on the verification channel with MANAGE_GUILD privileges)

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

Releases

No releases published

Packages

No packages published