hongliang5316 / midjourney-go

lightweight golang sdk for Midjourney Bot
BSD 2-Clause "Simplified" License
21 stars 6 forks source link

how to retrieve the image from midjourney bot? #1

Closed hoveychen closed 1 year ago

hoveychen commented 1 year ago

It would be necessary to have a way to retrieve the generated result to build a complete API

hongliang5316 commented 1 year ago

@hoveychen Hello, this library is only used as a command API for midjourney bot, the output of midjourney bot is in discord, if you want to get the output of midjourney bot out of discord, i suggest you to take a look at this project midjourney-apiserver.