Open Issues Need Help
View All on GitHub Ajouter un "anti-édition/suppression" about 1 month ago
enhancement good first issue
Problème de permissions lors du /setup about 1 month ago
AI Summary: The bot enters an infinite loading loop when the `/setup` command is used with a destination channel where it lacks message sending permissions. This prevents any response or server-side updates. The expected behavior is for the bot to return an error message indicating the permission issue instead of getting stuck.
Complexity:
2/5
bug good first issue
Erreur lorsque l'utilisateur bloque le bot 3 months ago
AI Summary: Implement error handling in the Discord bot to gracefully manage situations where a user who has blocked the bot attempts to increment the counter in a #counter channel. The bot should avoid throwing API errors when encountering blocked users, potentially by ignoring the interaction or using a try-catch block.
Complexity:
2/5
bug good first issue