A simple program that you can use to make license keys using your bot!
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.10+
- Install the requirements:
pip install -r requirements.txt
- Start:
python3 main.py
- 🔍
/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
- 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
v0.0.1 ⋮ 4/9/2023
! Initial release