kenobi
- Wo der Pfeffer wächst
-
TypeScript | Rust | Go | Godot
- Joined on
2020-03-10
Block a user
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-07-17 23:31:03 +02:00
a2adef808f
add guildscheduledevents to unit test mock
dc66c277b2
big refactoring of none_of_that handler
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-07-17 22:50:27 +02:00
c022cc32d5
refactor eventId parsing to separate function
e763e76413
add new test for eventId parsing
137d156981
fix date string in vote message
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-07-17 21:30:06 +02:00
fdfe7ce404
move date parsing to separate function
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-07-17 21:29:51 +02:00
146848b759
add none of that as expected value to test
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-07-13 22:47:32 +02:00
e54f03292e
add a message parser to vote controller
fe45445811
add a test case to check for proper message parsing
8f02e11dba
add ticket to emoji list
878c81bfa7
linting
ca19168cf4
add early abort message to announce watch party
feat/40-reroll-on-disinterest
feat/40-reroll-on-disinterest
feat/40-reroll-on-disinterest
Agreement to use handleMessageReactionAdd as a 'reaction pre processor' to hand off reaction emoji to other handling methods and keep the eventHandler itself generic.
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-06-27 20:34:23 +02:00
1a13638ed9
linting
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-06-27 20:23:45 +02:00
c351e27fdd
perform vote message check in reaction handler
6d3bea169e
return on bot reaction
3f071c8a4e
remove duplicate check for none_of_that vote
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-06-27 20:19:46 +02:00
98d1ca73b5
fix newRequestId function
feat/40-reroll-on-disinterest
This is a complete and total, boneheaded error :D
The intention was to present an more memorizable way to get a new uuid/v4.
Instead this just sets it once, making it useless.
It should…
kenobi
pushed to feat/40-reroll-on-disinterest at kenobi/jellyfin-discord-bot
2023-06-27 20:08:45 +02:00
ee742018e9
adds comment to fetchAnnouncementChannelMessage
feat/40-reroll-on-disinterest
It's complicated. I put in some JSDoc comments:
/**
* Fetches all messages from the provided channel collection.
* This is necessary for announcementChannels, because 'old'…