Skip to content

sexfrance/discord-license-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord - License API bot

A simple program that you can use to make license keys using your bot!

💬 Discord · 📜 ChangeLog · ⚠️ Report Bug · 💡 Request Feature

⚙️ Installation

  • Requires: Python 3.10+
  • Install the requirements: pip install -r requirements.txt
  • Start: python3 main.py

🔥 Features

  • 🔍 /check_hwid [hwid] [user] - Check HWID status
  • 🕵️ /verify_user [hwid] [user] - Verify a user by HWID
  • 📝 /register_user [hwid] [user] [order] [dm_user] - Register a new user
  • 🔍 /check_license [hwid] [user] - Check license by HWID
  • /check_expiry [hwid] [user] - Check user expiry by HWID
  • 🔑 /create_key [duration] [name] [user] - Create a new license key
  • 🗑️ /delete_key [license_key] [all] [user] - Delete an existing license key and associated data if 'all' is specified
  • 📜 /list_keys - List all available keys
  • ℹ️ /help - List all available commands

❗ Disclaimers

  • I am not responsible for anything that may happen, such as API Blocking, Account Termination, etc.
  • This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" here

📜 ChangeLog

v0.0.1 ⋮ 4/9/2023
! Initial release