Open Issues Need Help
View All on GitHub feat: Implement Centralised Logging with Winston about 2 months ago
AI Summary: Replace all instances of `console.log` in the Vinted Discord bot project with a structured logging library like `winston` to enable features such as different log levels, file writing, and improved log management.
Complexity:
3/5
enhancement good first issue
Recieve notifications for your favourite vinted searches with this discord bot
JavaScript
#discord#discord-bot#discord-js#vinted
Refactor Hardcoded Values into a Config File about 2 months ago
AI Summary: Refactor the Vinted Discord bot to move hardcoded values, such as the `per_page` parameter in `src/bot/search.js`, into a central configuration file. This improves maintainability and makes adjustments easier.
Complexity:
2/5
enhancement good first issue
Recieve notifications for your favourite vinted searches with this discord bot
JavaScript
#discord#discord-bot#discord-js#vinted