A discord bot to manage access to a Jellyfin Media Server instance based on User Roles and Guild Events
Go to file
kenobi 417b24d408
All checks were successful
Compile the repository / compile (pull_request) Successful in 16s
Run unit tests / test (pull_request) Successful in 14s
add function to fetch announcement role id
intended flow: use id fetch function to get role for current guild, use role id to fetch role from discord role cache,
use role in intended use case
currently the role id is hardcoded, needs to be read from some sort of cache which persists the ids in config file
needs to be differentiated by guild id and role type
could be the target of a user configurable frontend in the future
2023-11-21 23:33:25 +01:00
.gitea/workflows readd compile 2023-06-24 20:37:59 +02:00
server add function to fetch announcement role id 2023-11-21 23:33:25 +01:00
tests refactor voteInfo to include event instead of eventid and startDate 2023-11-19 20:04:30 +01:00
.editorconfig same config for all 2023-06-24 21:07:41 +02:00
.eslintrc initial commit 2023-04-15 22:02:06 +02:00
.gitignore bot base 2023-04-15 22:06:35 +02:00
.nvmrc nvmrc, package updates 2023-05-04 23:38:11 +02:00
Dockerfile restructure docker build a bit 2023-08-06 02:37:49 +02:00
index.ts adjust some files to new formatting 2023-06-24 21:05:43 +02:00
jellyfin-openapi-stable.json add jellyfin api 2023-04-15 22:02:40 +02:00
jest.config.js move testenv to correct location 2023-10-24 22:42:03 +02:00
openapitools.json add jellyfin api 2023-04-15 22:02:40 +02:00
package-lock.json 1.1.4 2023-11-19 20:25:32 +01:00
package.json 1.1.4 2023-11-19 20:25:32 +01:00
tsconfig.json update tsconfig 2023-07-05 22:56:01 +02:00