Update to latest version of midjourney-client

This commit is contained in:
kale 2023-03-26 10:58:27 +01:00 committed by GitHub
parent 452e574e8e
commit 5b3aebb1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "midjourney-bot", "name": "midjourney-bot",
"version": "1.0.0", "version": "1.0.1",
"description": "A Discord bot for all your Midjourney needs!", "description": "A Discord bot for all your Midjourney needs!",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -11,6 +11,6 @@
"dependencies": { "dependencies": {
"discord.js": "^14.7.1", "discord.js": "^14.7.1",
"log": "^6.3.1", "log": "^6.3.1",
"midjourney-client": "github:oelin/midjourney-client" "midjourney-client": "^1.0.5"
} }
} }