This bot can generate images using prodia with tons of models and features.
prodia.js discord.js discord-handler
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 site.
{
"ClientToken": "",
"ClientID": "",
"ClientPrefix": ".",
"DeveloperIds": [""],
"ProdiaKey": ""
}
To run the bot run the following command.
node index.js
This project belongs to Unburn, and you have full rights to modify or contribute.