Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuCh3n committed Jan 28, 2024
2 parents ae86444 + c63b0b7 commit c7c4a9f
Show file tree
Hide file tree
Showing 12 changed files with 103 additions and 5,112 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DISCORD_MIDJOURNEY_CHANNEL_ID=
DISCORD_AUTH_TOKEN=
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
.DS_Store

.idea/

vendor/

.env

.phpunit.result.cache

composer.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can install the Midjourney PHP API Client Package using Composer. Run the fo
Create a MidjourneyApiClient object with valid credentials and you will be able to access all the available commands. See the Imagine command down below:

```php
use use eDiasoft\Midjourney\MidjourneyApiClient;
use eDiasoft\Midjourney\MidjourneyApiClient;

$channel_id = 00000000;
$authorization = "AUTH_TOKEN";
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"squizlabs/php_codesniffer": "3.*",
"symfony/var-dumper": "^5.4.9",
"phpunit/phpunit": "^9.5",
"vlucas/phpdotenv": "^5.4",
"friendsofphp/php-cs-fixer": "^3.13"
},
"authors": [{
Expand Down
Loading

0 comments on commit c7c4a9f

Please sign in to comment.