Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flameface/ai-image-bot
https://github.com/flameface/ai-image-bot
ai-image-bot ai-image-generation discord-bot discord-js discord-js-bot flameface
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flameface/ai-image-bot
- Owner: flameface
- Created: 2023-09-29T15:00:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T16:43:52.000Z (12 months ago)
- Last Synced: 2024-09-20T04:16:18.415Z (4 months ago)
- Topics: ai-image-bot, ai-image-generation, discord-bot, discord-js, discord-js-bot, flameface
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **About**
This bot can generate images using prodia with tons of models and features.## **Used Resource**
**[prodia.js](https://github.com/unburn/prodia.js) [discord.js](https://github.com/discordjs) [discord-handler](https://github.com/ogshree/discord-handler)**
# **Installation**
Install all packages required to run the bot.
```
npm install
```Go to configuration folder and fill the require values and also rename **config.json.example** -> **config.json**, get the prodia key from their [official](https://prodia.com/) site.
```json
{
"ClientToken": "",
"ClientID": "",
"ClientPrefix": ".",
"DeveloperIds": [""],
"ProdiaKey": ""
}
```To run the bot run the following command.
```
node index.js
```# **Label**
This project belongs to **[Unburn](https://github.com/unburn)**, and you have full rights to modify or contribute.