3 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Add autoplay command about 2 months ago

AI Summary: Implement a Discord bot command `/autoplay on|off` that toggles automatic playback of related tracks after the queue is empty. This involves fetching related tracks using the Spotify API (if applicable), integrating with the existing music player and queue management system, and providing user feedback (e.g., an embed message) confirming the autoplay status. Persistence of the setting (per user or guild) is also required.

Complexity: 3/5
help wanted good first issue

AI Summary: Implement API endpoints for managing a user's liked songs, including fetching, adding, and removing songs. This requires authentication and authorization to ensure only the user can manage their own liked songs. The endpoints should return appropriate HTTP status codes and JSON responses.

Complexity: 3/5
help wanted api

AI Summary: Implement a user authentication system for a Discord music bot's dashboard, including login, logout, user profile retrieval, and middleware to protect dashboard routes. This requires setting up authentication routes and middleware to verify user sessions.

Complexity: 4/5
help wanted api