Open Issues Need Help
View All on GitHubAI Summary: Implement a configuration option to enable or disable leave notifications in a Discord bot. This involves adding a new environment variable or configuration setting, modifying the notification logic to check this setting before sending leave messages, and updating the README to document the new feature.
A privacy-first, lightweight Discord bot that sends notifications when users join or leave voice channels. Built with TypeScript and designed for self-hosting with only essential dependencies.
AI Summary: Implement security measures for the HTTP health endpoint of a Discord bot, including authentication (e.g., token-based), IP restriction, and potentially rate limiting, while maintaining a simple local development experience. The goal is to prevent unauthorized access to the endpoint when deployed publicly.
A privacy-first, lightweight Discord bot that sends notifications when users join or leave voice channels. Built with TypeScript and designed for self-hosting with only essential dependencies.
AI Summary: The task involves migrating a Discord bot project from using `ts-node` for TypeScript compilation to leveraging Node.js's native TypeScript support. This requires removing `ts-node` and related dependencies, updating `package.json` scripts to use Node.js's native TypeScript loader, potentially refactoring imports, ensuring ESM compatibility, and updating documentation. Thorough testing of development and production workflows is crucial.
A privacy-first, lightweight Discord bot that sends notifications when users join or leave voice channels. Built with TypeScript and designed for self-hosting with only essential dependencies.