use midjourney-discord node.js client for MidJourney wrapper in Discord.
Join discord experience Generating idea
/oh_imagine [ MT : prompt (string)]
How to get your Discord SALAI_TOKEN:
How to create a Discord bot and add it to your server:
docker run -d --env-file .env erictik/midjourney-discord-wrapper
To run the included example, you must have Node.js installed. Then, run the following commands in the root directory of this project:
- clone the repository
git clone hthttps://github.com/erictik/midjourney-discord-wrapper.git
cd midjourney-discord-wrapper
- install dependencies
yarn
or
npm install
- build
yarn build
npm run build
- run the example
yarn start
or
npm run start