passivebot / midjourney-automation-bot

This repository hosts the Midjourney Automation Bot, a free script leveraging OpenAI's GPT-3 for automated image generation via Discord. It offers a simple web interface, customizable settings, and is MIT licensed for ease of use and adaptation.
https://harminder.dev/projects/midjourney-automation-bot/wiki/midjourney-automation-bot-overview/
MIT License
184 stars 38 forks source link

Missing 'credentials.txt' file #5

Open therealwhitesky opened 1 year ago

therealwhitesky commented 1 year ago

It says there is a secure configuration file but credentials.txt is mssing

harmindersinghnijjar commented 1 year ago

Hello,

To fix this issue, first, make sure you have created a credentials.txt file with the necessary information for logging in to Discord. The first line of the credentials.txt file should be the email address associated with your Discord account, and the second line should be your Discord password.

Once you have created the credentials.txt file, save it in the same directory as the script. If the script cannot find the file, double-check the spelling and ensure it is named "credentials.txt" with no additional characters or extensions.

If you have any other issues, please don't hesitate to provide more details and error messages for further assistance.

Best, Harminder SIngh Nijjar