Update README.md
This commit is contained in:
parent
d8fd94334b
commit
715ddcd168
@ -9,7 +9,7 @@ A Discord bot for all your Midjourney needs! Use this bot to convert text prompt
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To run this demo, clone the repository and then create a `config.json` file containing your bot's token. Then run with `npm`.
|
To run this demo, clone the repository and then create a `config.json` file containing your bot's token.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/oelin/midjourney-reborn/
|
git clone https://github.com/oelin/midjourney-reborn/
|
||||||
@ -21,9 +21,13 @@ cd midjourney-reborn
|
|||||||
echo {"token": "YOUR TOKEN"} > ./config.json
|
echo {"token": "YOUR TOKEN"} > ./config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then run the following commands to install start the bot.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm i
|
npm i
|
||||||
|
|
||||||
|
npm run deploy
|
||||||
|
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user