A discord bot to manage access to a Jellyfin Media Server instance based on User Roles and Guild Events
Go to file
kenobi 331ff89060 fetch all message from announcement channel on start
This is necessary because message sent before the bot has started up are not cached and reactions will not be registered.
If the messages are cached manually the reactions will be received and can be processed using the regular event handling
2023-06-25 22:48:55 +02:00
.gitea/workflows readd compile 2023-06-24 20:37:59 +02:00
server fetch all message from announcement channel on start 2023-06-25 22:48:55 +02:00
tests/helpers handle timezone correctly in docker build 2023-06-24 20:31:37 +02: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 handle timezone correctly in docker build 2023-06-24 20:31:37 +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 add base jest setup 2023-06-24 19:11:12 +02:00
openapitools.json add jellyfin api 2023-04-15 22:02:40 +02:00
package-lock.json add base jest setup 2023-06-24 19:11:12 +02:00
package.json Merge branch 'master' into feat/formatting 2023-06-24 21:55:51 +02:00
tsconfig.json initial commit 2023-04-15 22:02:06 +02:00