Skip to content

Changelog 📜

Latest
Compare
Choose a tag to compare
@devuuuxd devuuuxd released this 04 Aug 02:13
· 3 commits to main since this release

Version 7.0.0 🚀

New Features:

- Required Configurations:

  • token: Bot token is now mandatory. If not provided, the bot will not start. 🔑
  • channel_name: YouTube channel name is now mandatory. If not provided, the bot will not start. 📺

- Optional Configurations:

  • role_id: Optional. If not provided, no role will be assigned to verified users. 🛡️
  • keywords: Optional. If not provided, only the channel name will be checked in the image text. 🔍
  • save_data: Optional, defaults to false. If not provided, subscriber data will not be saved. 💾

Notes:

  • Ensure token and channel_name are set in config.js for the bot to function. ⚙️
  • Updated error handling for missing required configurations. ❗