This repository was archived by the owner on May 15, 2025. It is now read-only.
v1.0.1
🛠️ Minor Fixes and Improvements
- Fixed Missing Module Import: Added the necessary import for the
httpsmodule inmain.jsto resolve theReferenceError: https is not definederror 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