Commit 21d8c13 1 parent 1547abe commit 21d8c13 Copy full SHA for 21d8c13
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ This Discord bot utilizes an AI image generation API to create images based on u
28
28
29
29
1 . Clone this repository.
30
30
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:
33
32
- Go to the [ Discord Developer Portal] ( https://discord.com/developers/applications ) .
34
33
- Create a new application and navigate to the "Bot" tab.
35
34
- Click "Add Bot" to create a bot user for your application.
36
35
- 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 ` .
39
38
40
39
41
40
## Dependencies
@@ -44,3 +43,8 @@ This Discord bot utilizes an AI image generation API to create images based on u
44
43
- ` aiohttp ` : Asynchronous HTTP client/server framework.
45
44
- ` asyncio ` : Asynchronous I/O support.
46
45
- ` datetime ` : Date and time manipulation.
46
+
47
+
48
+ ## Thanks
49
+
50
+ - thanks to [ OpenImagery] ( https://discord.gg/9z2wBmdQdS ) for providing a free AI api
You can’t perform that action at this time.
0 commit comments