2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub
Software Development Discord Bot Development

AI Summary: Fix the alignment issues in the combat summary table of a Discord bot for a Dungeons & Dragons game. The current table misaligns when creatures die due to the addition of a death indicator (💀). The solution requires modifying the embed builder to consistently handle the death status display, ensuring proper alignment and readability across different devices. Several options exist for integrating the death indicator without breaking the table structure, such as replacing the creature emoji, adding a status column, or incorporating the indicator into the HP column.

Complexity: 3/5
bug good first issue
Software Development Discord Bot Development

AI Summary: Implement a simple flanking mechanic for rogue sneak attacks in a D&D Discord bot. This involves tracking which enemies each player has engaged in a combat round, automatically applying sneak attack bonuses to rogues if an ally has already engaged the same enemy, and resetting this tracking at the start of each new round. The implementation should not require UI changes.

Complexity: 3/5
enhancement good first issue combat