Skip to content

Commit e7f1aab

Browse files
authored
Update README.md
1 parent 7070d78 commit e7f1aab

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ This Discord bot utilizes an AI image generation API to create images based on u
2929
1. Clone this repository.
3030
2. Install dependencies by running `pip install -r requirements.txt`.
3131
3. Obtain an API key from [VisionCraft Bot](https://t.me/VisionCraft_bot) and replace `api_key` in the code with your key.
32-
4. Replace the `client.run("")` line with your Discord bot token.
33-
5. Run the bot using `python bot.py`.
32+
4. Create a new Discord bot and obtain its token:
33+
- Go to the [Discord Developer Portal](https://discord.com/developers/applications).
34+
- Create a new application and navigate to the "Bot" tab.
35+
- Click "Add Bot" to create a bot user for your application.
36+
- Copy the token provided under the bot's username and avatar.
37+
5. Replace the `client.run("")` line in `bot.py` with your Discord bot token.
38+
6. Run the bot using `python bot.py`.
39+
3440

3541
## Dependencies
3642

0 commit comments

Comments
 (0)