feat/#42_announce_manual_watchparty #50

Merged
magnetotail merged 4 commits from feat/#42_announce_manual_watchparty into master 2023-06-23 19:31:58 +02:00
Collaborator

closes #42 closes #30

closes #42 closes #30
magnetotail added 3 commits 2023-06-23 15:57:22 +02:00
We can add multiple eventhandlers per eventname. To avoid confusion and large files and to improve concise file names the event files were renamed
prevent announcement when description contains !private
All checks were successful
Compile the repository / compile (pull_request) Successful in 1m43s
45d87275bf
kenobi approved these changes 2023-06-23 19:27:17 +02:00
@ -0,0 +5,4 @@
export function createDateStringFromEvent(event: GuildScheduledEvent, requestId: string, guildId?: string): string {
if(!event.scheduledStartAt) {
logger.error("Event has no start. Cannot create dateString.", {guildId, requestId})
return "habe keinen Startzeitpunkt ermitteln können"
Owner

Maybe put it in backticks or a different wording, otherwise it might read:
"Es gibt eine neue Abstimmung für die nächste Watchparty habe keinen Startzeitpunkt ermitteln können!"

Maybe put it in backticks or a different wording, otherwise it might read: "Es gibt eine neue Abstimmung für die nächste Watchparty habe keinen Startzeitpunkt ermitteln können!"
magnetotail added 1 commit 2023-06-23 19:30:26 +02:00
improve message clarity when no start date in event found
All checks were successful
Compile the repository / compile (pull_request) Successful in 4m8s
3a5ea5d4ff
magnetotail merged commit 2802afa7d5 into master 2023-06-23 19:31:58 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kenobi/jellyfin-discord-bot#50
No description provided.