Skip to content

Commit

Permalink
Merge pull request #9 from karafra/nestjs
Browse files Browse the repository at this point in the history
Nestjs
  • Loading branch information
karafra authored Jul 18, 2022
2 parents 1304513 + 39adaa6 commit 62c9adb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"cSpell.words": [
"BABAGE",
"codecov",
"Compodoc",
"dall",
"Dalle",
"davinci",
"dyno",
"karafra",
"Karafro",
"nestjs",
"ntegral"
]
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

<!-- PROJECT LOGO -->
<br />
<div align="center">
Expand Down Expand Up @@ -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
[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
9 changes: 4 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 62c9adb

Please sign in to comment.