Discord bot running in our freeCodeCamp Discord server

discord discord-bot discord-js freecodecamp hacktoberfest
1 Open Issue Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in the CamperChan Discord bot that prevents users from uploading non-image files (like PDFs) to the resume review channel. The current logic incorrectly checks the message channel ID instead of the parent channel ID for forum channels. The solution involves modifying the code to use `message.channel.parentId` for comparison instead of `message.channelId`.

Complexity: 2/5
good first issue

Discord bot running in our freeCodeCamp Discord server

TypeScript
#discord#discord-bot#discord-js#freecodecamp#hacktoberfest