Releases: AVMG20/smart-support-bot
Releases · AVMG20/smart-support-bot
Add Excluded Roles Feature to Bot
- Added
excluded_roles
configuration option inconfig.json
. - Updated the
botShouldRespond
function to check if the message author has any of the excluded roles. - Updated the markdown documentation to include information about the new
excluded_roles
configuration option.
Big Update: Improved Docs, Code Base, and TypeScript Integration
In this release, we have made significant improvements to the project, focusing on enhancing documentation, optimizing the code base, and adding TypeScript support. The changes in this release will make it easier for users to understand the bot's functionality, set up, and configuration while providing a more robust and maintainable codebase.
Key features in this release:
- Improved Documentation: We've updated the README and other documentation to provide clearer explanations, simpler examples, and better guidance on bot configuration and usage. This should help users quickly grasp the bot's functionality and set it up with ease.
- Code Base Optimization: The code base has been refactored and optimized for better performance, readability, and maintainability. This will help developers contribute more effectively to the project and ensure the bot runs smoothly.
- TypeScript Integration: TypeScript support has been added to the project, providing better type checking, autocompletion, and error detection. This addition will enhance the development experience and contribute to the bot's long-term stability.
To update to this release, simply pull the latest changes from the GitHub repository and follow the updated setup instructions in the README. We hope you enjoy the improvements, and as always, we appreciate your feedback and contributions to the project!
1.1.0
- increased logging, especially helpful with making the regexes based on images
- moved the responses from config.js to responses.json. easier to overwrite the bot and manage responses.
- improved code base, added more documentation, and refactored some method names to make the code base more readable.