seemywingz / ponder

OpenAI Powered Chat Bot
https://discipuli.ai
Other
1 stars 0 forks source link

/scrape command grabs the grid midjourney image #37

Open jfhutchi opened 1 year ago

jfhutchi commented 1 year ago

/scrape should not grab the image that is 4 images.

seemywingz commented 1 year ago

This is the intended behavior. https://github.com/seemywingz/ponder/blob/main/cmd/Discord_api.go#L174 the bot mentions this as a response

"Scraping Discord Channel for ALL Image URLs and sending them to #saved-images.\nAll `Upscaled` Midjourney Images will be sent to Printify as well..."

But we can make it smarter and have it only save upscaled images. And potentially make it smart enough to only save the last X images or images in a date range.