jellyfin-discord-bot/server/helper
kenobi e54f03292e
All checks were successful
Compile the repository / compile (pull_request) Successful in 1m33s
Run unit tests / test (pull_request) Successful in 1m27s
add a message parser to vote controller
parses a vote message line by line to extract
- eventdate
- eventid
- movies
- votes
This depends on the structure of the message to not change substantially.
as such it's quite brittle
2023-07-13 22:47:28 +02:00
..
dateHelper.ts refactor datestring function 2023-07-05 23:21:44 +02:00
messageIdentifiers.ts use branded types for messageType determination 2023-07-05 22:54:43 +02:00
roleFilter.ts linting 2023-06-27 20:34:20 +02:00
sendFailureDM.ts format more files 2023-06-24 21:09:56 +02:00
vote.controller.ts add a message parser to vote controller 2023-07-13 22:47:28 +02:00