Skip to content

fin-github/keyauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Key Authentication Discord Interaction Bot

A key auth bot with discord interactions like: Modals, Slash Commands, and Buttons.

Modification

This will help you get the bot ready for use.

  1. Put all of your keys in the validkeys.txt file. It should be formatted like this: KEY;ANOTHERKEY;LASTKEY;
  2. Add all staff IDS in the devs list at the top of the main.py script. The line should look like this:

devs = [devIDhere,anotherdevIDhere,andanotheronehere]

  1. Put your bot token in the bot.start at the very last line. Like this:

bot.start(TOKENHERE)

Installation

  1. Install all of the files in the Bot directory, into the same directory.
  2. Do all of the steps in the Modification Section.

Usage

  1. Start the bot by running main.py in the cmd (THE CMD MUST BE IN THE DIRECTORY OF ALL YOUR OTHER FILES).
  2. In the server you want the bot to work in, run /role_calibration (role), inside the (role) you should put the role you want people to get when they successfully authenticate.
  3. Run /load.
  4. Test it.
  5. Done

Logging

Logs will be saved of every users action, open the logs.txt file to read the logs.

Examples

image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages