Skip to content

Release v6.9.9 🎉

Compare
Choose a tag to compare
@devuuuxd devuuuxd released this 03 Aug 19:10
· 4 commits to main since this release

Overview

This release marks the introduction of the YouTube Subscriber Verifier bot. The bot is designed to verify if users are subscribed to a specific YouTube channel by analyzing images they upload. Key features include image analysis using Tesseract.js and sharp, keyword matching, role assignment, and optional data saving. 📸🔍

New Features ✨

  • Image Analysis: Utilizes Tesseract.js and sharp to process and analyze images uploaded by users. 🖼️
  • Keyword Matching: Allows checking for specific keywords or the channel name in the image text. 🔑
  • Role Assignment: Grants a specified role to users who successfully verify their subscription. 🎖️
  • Data Saving: Option to save verified user data in a subscriber.json file. 💾
  • Ephemeral Responses: Ensures privacy by sending ephemeral messages to users. 🔒

Usage 🚀

  • Use the /verify command to upload an image for verification. 📥
  • The bot will analyze the image and check if it contains the specified channel name or keywords. 🔍
  • If a match is found, the bot will assign the specified role to the user. ✅

Changelog 📝

  • Initial release with core functionalities implemented. 🚀

Notes 🛠️

  • Make sure to set up your Discord bot token and YouTube channel name correctly in the config.js file. 🗝️
  • Ensure that the bot has the necessary permissions to manage roles in your Discord server. 🔧