jellyfin-discord-bot/server
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
..
assets complete guides 2023-06-09 21:30:24 +02:00
commands move manage announce roles to role controller 2023-11-21 22:42:00 +01:00
events fix incorrect method call 2023-11-20 00:31:16 +01:00
helper add function to fetch announcement role id 2023-11-21 23:33:25 +01:00
jellyfin msg -> message 2023-11-18 17:40:50 +01:00
structures rename announcement role assign function 2023-11-21 22:42:50 +01:00
types format more files 2023-06-24 21:09:56 +02:00
configuration.ts add test-relevant fallback values for unit tests 2023-10-21 15:05:25 +02:00
constants.ts rename emotes to validvoteemotes 2023-11-19 20:22:14 +01:00
interfaces.ts extend Maybe type to also include void 2023-11-21 22:40:53 +01:00
logger.ts pad logging level to always be 5 characters 2023-11-19 20:04:06 +01:00