This topic was automatically generated from Slack. You can find the original thread here.
Has anyone successfully managed to build a workflow that prompts MidJourney on discord and returns the outputs?
This topic was automatically generated from Slack. You can find the original thread here.
Has anyone successfully managed to build a workflow that prompts MidJourney on discord and returns the outputs?
I personally haven’t seen it, but we were discussing this internally. Definitely should be possible with the Discord triggers / actions we have!
Would be nice if Midjourney just released an official API
I tried setting up a workflow, but the pipe dream discord bot only sends plain text messages. It isn’t triggering the /imagine command. Any ideas?
I don’t know the Discord API well enough to be honest. Let me look quickly at the docs and maybe we can figure it out together
here are some relevant docs: Discord Developer Portal
ok I see, this might be a new type of command we don’t yet support, but I’m investigating more in our Discord integration. Discord Developer Portal
Are you familiar with Node.js? You can use the discord.js package to do this
Amazing, thank you! I’ll try it tonight
Hey Dylan, doesn’t look like this is possible. You can’t send slash commands through API or with bot.
Got it thanks for confirming