/discord-license-bot

Discord bot made for licensing, the data is saved in json.

Primary LanguagePython

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