jellyfin-discord-bot/server/helper
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
..
dateHelper.ts refactor voteInfo to include event instead of eventid and startDate 2023-11-19 20:04:30 +01:00
messageIdentifiers.ts make message identifiers actually work properly with LSP 2023-11-19 18:55:51 +01:00
role.controller.ts add function to fetch announcement role id 2023-11-21 23:33:25 +01:00
roleFilter.ts linting 2023-06-27 20:34:20 +02:00
sendFailureDM.ts remove console.logs 2023-10-21 14:56:15 +02:00
vote.controller.ts rename emotes to validvoteemotes 2023-11-19 20:22:14 +01:00