updates to concierge bot to support adding services and routes

This commit is contained in:
JB
2026-02-12 19:25:01 -05:00
parent e9865d3ee8
commit abc8070835
86 changed files with 2396 additions and 723 deletions

View File

@@ -42,12 +42,12 @@ https://discord.com/oauth2/authorize?client_id=<YOUR DISCORD CLIENT ID>
## 4. Installing the library
If you are creating your own bot outside this repository, install the `@star-kitten/lib` framework.
If you are creating your own bot outside this repository, install the [@star-kitten/lib](https://git.f302.me/jb/-/packages/npm/@star-kitten%2Flib) package in your project.
This framework is publised to my private npm repository, so add the registry to your npm config
```sh
bun config set @star-kitten:registry https://git.f302.me/registry
npm config set @star-kitten:registry=https://git.f302.me/api/packages/jb/npm/
```
Then install the library