Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

v1.0.1

Choose a tag to compare

@its4lion its4lion released this 10 Aug 13:03
· 10 commits to main since this release

🛠️ Minor Fixes and Improvements

  • Fixed Missing Module Import: Added the necessary import for the https module in main.js to resolve the ReferenceError: https is not defined error during the update check process.
  • Improved Configuration Validation: Enhanced the startup process by adding checks for essential configuration variables (clientId, guildId, token, webhookUrl). The bot now provides clear error messages and stops execution if any of these variables are missing.
  • Code Organization: Streamlined error handling and code organization to improve readability and maintainability.

These fixes ensure that the bot starts reliably and handles missing configurations gracefully.

Full Changelog: v1.0.0...v1.0.1