Custom Discord bot for The Peter Griffins

0 stars 0 forks 0 watchers JavaScript MIT License
4 Open Issues Need Help Last updated: Mar 17, 2026

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 2/5
enhancement good first issue

Custom Discord bot for The Peter Griffins

JavaScript

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.

Complexity: 3/5
enhancement help wanted good first issue

Custom Discord bot for The Peter Griffins

JavaScript

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.

Complexity: 3/5
bug help wanted

Custom Discord bot for The Peter Griffins

JavaScript
Message edit listening about 2 hours ago

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.

Complexity: 3/5
enhancement good first issue

Custom Discord bot for The Peter Griffins

JavaScript