diff --git a/.vscode/settings.json b/.vscode/settings.json
index 94dc38a..996a04e 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,10 +1,14 @@
{
"cSpell.words": [
"BABAGE",
+ "codecov",
+ "Compodoc",
"dall",
"Dalle",
"davinci",
+ "dyno",
"karafra",
+ "Karafro",
"nestjs",
"ntegral"
]
diff --git a/README.md b/README.md
index 28b920a..2405dc9 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,10 @@
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
+[![Codecov][codecov-shield]][codecov-url]
[![MIT License][license-shield]][license-url]
[![Discord][discord-shield]][discord-invite]
[![TOP.GG][top-gg-shield]][top-gg-link]
-
@@ -289,4 +289,6 @@ Project Link: [https://github.com/karafra/ai-art](https://github.com/karafra/ai-
[discord-shield]: https://img.shields.io/discord/984823638333210715?color=purple&label=DEMO%20SERVER&logo=discord&logoColor=white&style=for-the-badge
[discord-invite]:https://discord.gg/VDKhbrc73Z
[top-gg-shield]: https://img.shields.io/static/v1?label=TOP.GG&message=LISTED&color=purple&style=for-the-badge&logo=google-chrome&logoColor=white
-[top-gg-link]: https://top.gg/bot/984821826096091206
\ No newline at end of file
+[top-gg-link]: https://top.gg/bot/984821826096091206
+[codecov-shield]: https://img.shields.io/codecov/c/github/karafra/ai-art?style=for-the-badge&token=zeGtflSZ48
+[codecov-url]: https://app.codecov.io/gh/karafra/ai-art
\ No newline at end of file
diff --git a/app.json b/app.json
index a01d106..f5662f5 100644
--- a/app.json
+++ b/app.json
@@ -15,13 +15,12 @@
],
"env": {
"TOKEN": {
- "description": "Discord bot token"
- },
- "BOTID": {
- "description": "ID of bot"
+ "description": "Discord bot token",
+ "required": true
},
"AMQP_URL": {
- "description": "URL TO YOUR AMQP INSTANCE"
+ "description": "URL TO YOUR AMQP INSTANCE",
+ "required": true
},
"OPEN_API_TOKEN": {
"description": "Api key for open AI (only if you want to use /ai-story story command)",