Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding reply support to a messaging system. Currently, only the reply message is shown. The suggested solution is to display a small, uncolored embed containing the author's name, the original message text, and a footer with the timestamp and reply status.
AI Summary: This issue highlights the lack of automated testing (unit/component tests) in the project. The author manually tested all components, which is deemed unsustainable. The request is to implement automated testing to improve maintainability and reliability.
AI Summary: Users are reporting that some user tags are not appearing correctly when users join. This suggests a caching issue where the user tag information is not being properly stored or retrieved for display in join embeds. The problem is confirmed by a visual representation, indicating a functional bug.
AI Summary: This issue proposes adding functionality to listen for message edit events. When a message is edited, if it exists in the bot's database, the bot should update its corresponding embed to reflect the new message content. This aims to keep embedded messages in sync with real-time edits.