Skip to content

Conversation

@lizzieliza
Copy link

Added a new folder "pollinations-discord-bot" under hacktoberfest-2025.
This includes a Discord bot project that integrates Pollinations AI for text and image generation.

This commit introduces a new Discord bot application that integrates with the Pollinations API for AI-generated responses and image generation. It includes logging, error handling, and environment variable validation.
This README provides comprehensive details about the Discord AI Bot integration with Pollinations, including features, installation instructions, usage examples, and contribution guidelines.
@netlify
Copy link

netlify bot commented Oct 25, 2025

👷 Deploy request for pollinations pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 18db7a1

@netlify
Copy link

netlify bot commented Oct 25, 2025

Deploy Preview for pollinations-react-hooks-docs canceled.

Name Link
🔨 Latest commit 18db7a1
🔍 Latest deploy log https://app.netlify.com/projects/pollinations-react-hooks-docs/deploys/68fd1a8326aaf80008084c83

@lizzieliza
Copy link
Author

Hi @voodoohop 👋
My Hacktoberfest contribution is ready for review.
Please let me know if I need to adjust anything. Thank you!

@voodoohop
Copy link
Member

@lizzieliza thanks a lot. will review now

@voodoohop
Copy link
Member

voodoohop commented Oct 26, 2025

Thanks for the contribution! Here's what needs to be fixed before merging:

🔴 Critical Issues

  • Missing interactionCreate handler - Slash commands fail with "application did not respond" error
  • Incorrect entry point - README says node index.js but file is app.js
  • Missing .env.example - Should be included for users to copy

🟡 Code Quality Issues

  • Overriding console.log/console.error (lines 36-49) - Use a logger library instead (e.g., winston, pino)
  • Unused POST endpoint code (lines 506-616)
  • Hard-coded model list (line 63) - Could fetch from Pollinations API dynamically

🟢 Documentation Issues

  • README inconsistencies - References index.js, Lily bot name, wrong folder structure
  • Missing setup instructions - How to get Discord bot token, invite bot to server
  • No mention of required intents - Users need to enable Message Content Intent in Discord portal

@pollinations pollinations deleted a comment from claude bot Oct 26, 2025
@voodoohop
Copy link
Member

voodoohop commented Oct 29, 2025

@lizzieliza any update? i reviewed rather quickly so could have been incorrect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Do

Development

Successfully merging this pull request may close these issues.

2 participants