A Discord bot to create #counter channels

discord-bot discord-js
3 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

A Discord bot to create #counter channels

JavaScript
#discord-bot#discord-js

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

A Discord bot to create #counter channels

JavaScript
#discord-bot#discord-js

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

A Discord bot to create #counter channels

JavaScript
#discord-bot#discord-js