Skip to content

Commit

Permalink
added chat bot to list of app types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerick authored and Jerick committed Apr 5, 2023
1 parent 833841a commit 9070b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/data/apps-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"blockchain",
"podcaster wallet",
"open source",
"other"
"other",
"chat bot"
]
}
},
Expand Down
4 changes: 3 additions & 1 deletion server/data/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
{
"appName": "Audicy",
"appType": [
"podcast player"
"podcast player",
"other",
"chat bot"
],
"appUrl": "https://audicy.xyz",
"appIconUrl": "audicylogo.png",
Expand Down

0 comments on commit 9070b38

Please sign in to comment.