This PR introduces a new MessageCreate event handler to our Discord bot. The handler listens for mentions of the QA role in any chat within the server and sends a notification to the #qa-request channel, ensuring that QA team members are promptly alerted to review new features.
Added a new MessageCreate event handler.
Implemented logic to detect mentions of the QA role.
Configured the bot to send a notification to the #qa-request channel when the QA role is mentioned.
Updated configuration to include necessary permissions for the bot to read messages and detect mentions.
Fixes:
14
Type of change
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] Doesn't break the current code.
[x] Passes linters and test, also is building.
[x] Doesn't have spelling or grammatical problems.
[x] Doesn't have unnecessary comments or debugging code.
[x] The branch is updated with the last dev branch changes.
Description
This PR introduces a new MessageCreate event handler to our Discord bot. The handler listens for mentions of the QA role in any chat within the server and sends a notification to the #qa-request channel, ensuring that QA team members are promptly alerted to review new features.
Fixes:
14
Type of change
Checklist:
Screenshots