Skip to content

Commit 21d8c13

Browse files
authored
Update README.md
1 parent 1547abe commit 21d8c13

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ This Discord bot utilizes an AI image generation API to create images based on u
2828

2929
1. Clone this repository.
3030
2. Install dependencies by running `pip install -r requirements.txt`.
31-
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. Create a new Discord bot and obtain its token:
31+
3. Create a new Discord bot and obtain its token:
3332
- Go to the [Discord Developer Portal](https://discord.com/developers/applications).
3433
- Create a new application and navigate to the "Bot" tab.
3534
- Click "Add Bot" to create a bot user for your application.
3635
- 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`.
36+
4. Replace the `client.run("")` line in `bot.py` with your Discord bot token.
37+
5. Run the bot using `python bot.py`.
3938

4039

4140
## Dependencies
@@ -44,3 +43,8 @@ This Discord bot utilizes an AI image generation API to create images based on u
4443
- `aiohttp`: Asynchronous HTTP client/server framework.
4544
- `asyncio`: Asynchronous I/O support.
4645
- `datetime`: Date and time manipulation.
46+
47+
48+
## Thanks
49+
50+
- thanks to [OpenImagery](https://discord.gg/9z2wBmdQdS) for providing a free AI api

0 commit comments

Comments
 (0)