forked from erictik/midjourney-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric
committed
May 15, 2023
1 parent
4090446
commit 25985fa
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#strings | ||
SALAI_TOKEN= [Token of the Account from which you paid MidJourney] | ||
SERVER_ID= [Server id here] | ||
CHANNEL_ID= [Channel in which commands are sent] | ||
SESSION_ID="8bb7f5b79c7a49f7d0824ab4b8773a81" | ||
SALAI_TOKEN="Token of the Account from which you paid MidJourney" | ||
SERVER_ID="Server id here" | ||
CHANNEL_ID="Channel in which commands are sent" | ||
SESSION_ID="session id here" |