Skip to content

Discord Bot to verify user, allowing server owner to recover server by pulling back members

License

Notifications You must be signed in to change notification settings

night0721/auth-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth

Auth is a Discord Bot to verify user, giving server owner the ability to pull back members in case of deletetion or forgot login.

Getting Start

1. Create a bot in Discord Developer Portal

Copy TOKEN, CLIENT ID and CLIENT SECRET (Bot Tab, OAuth2 Tab)
Discord Token Discord Client

Caution

Please keep the TOKEN and CLIENT SECRET personally, DO NOT share to the others.

2. Paste your URL to Redirects (OAuth2 Tab)

Tip

The URL is formed by (http/https)://(domain)/api/auth/discord/redirect

Discord OAuth2 Redirect

3. Enable Intents

Discord Intents

4. Generate Bot Invite URL (OAuth2 Tab)

Tick these boxes in SCOPES:

  • bot
  • applications.commands

Tick these boxes in BOT PERMISSIONS:

  • Manage Server
  • Manage Roles
  • Manage Channels
  • Create Instant Invite
  • Read Messages/View Channels
  • Send Messages
  • Manage Messages
  • Read Message History

Important

Please make sure your bot has enabled Intents and Permissions mentioned above, or else some functions might not work

Then, use the link at the bottom to invite your bot to Servers.

5. Setting up database

Create a Mongo Database
Go to Overview > Data Services > Connect > Drivers.
Copy the code in Step 3
Mongo

6. Choose the host you are using

Replit

7. Create a new project by importing from github

Replit Import

8. Paste the information you have copied in (1, 2, 5) to Secrets

Replit Secret

Other Host

7. Clone the repository and install the dependencies

git clone https://github.com/night0721/auth-bot.git
cd auth-bot
npm install

8. Create a .env file and paste the code below

Replace XXX with the value you have copied in (1, 2, 5)

TOKEN=XXX
CLIENT_ID=XXX
CLIENT_SECRET=XXX
MONGO=mongodb+srv://XXX
CALLBACK_URL=http://XXX.XXX/api/auth/discord/redirect
PORT=XXX
api=https://api.night0721.xyz

Dotenv File

9. Run the server, and now enjoy!

npm run dev

or click Start button for Replit user

Note

Try running /setup command in your server's verify channel, please remember to keep the code sent by your bot for pulling members.

Join our Discord Server for update's news!

Support

If you need support, you can join the Discord Server

License

This project is licensed under the GNU Public License v3.0. See LICENSE for more information.

Contribution

If you have any ideas for improvements or new features, please feel free to fork the project and create a pull request or open an issue. All contributions are welcome, including translations, documentation, and code.

About

Discord Bot to verify user, allowing server owner to recover server by pulling back members

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published