Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itachi1621 authored Jun 1, 2024
1 parent 9f6fcce commit 357ef5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ pip install -r requirements.txt

## Create a .env file:
```plaintext
DISCORD_BOT_TOKEN=your_discord_bot_token
STARRY_AI_KEY=your_starry_ai_api_key
EMBED_COLOR=your_embed_color_in_hex
BOT_NAME=your_bot_name
GENERATION_STEPS=40
MAX_IMAGES=5
DISCORD_BOT_TOKEN="Your Token"
BOTNAME = "StarryBot"
EMBED_COLOR = "0x0000FF"
STARRY_AI_KEY="Your StarryAI API KEY"
GENERATION_STEPS = 40
MAX_IMAGES = 2
```
## Run the bot:

Expand Down

0 comments on commit 357ef5b

Please sign in to comment.