Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

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.