Commit Graph

12 Commits

Author SHA1 Message Date
kenobi 6d0eaed426 fix incorrect method call
Compile the repository / compile (pull_request) Successful in 17s Details
Run unit tests / test (pull_request) Successful in 13s Details
2023-11-20 00:31:16 +01:00
kenobi 2c8cd96ac7 call vote controller in messageReactionAdd 2023-11-20 00:17:19 +01:00
kenobi 8efae12907 add hook 2023-11-20 00:03:45 +01:00
kenobi fb4ab59dc6 rename emotes to validvoteemotes
Run unit tests / test (pull_request) Successful in 14s Details
Compile the repository / compile (pull_request) Successful in 16s Details
2023-11-19 20:22:14 +01:00
kenobi 03b6a30ffa remove unnecessary if
Compile the repository / compile (pull_request) Successful in 16s Details
Run unit tests / test (pull_request) Successful in 18s Details
2023-11-19 20:11:03 +01:00
kenobi 5e58765cf4 also enabled NONE_OF_THAT to be handled 2023-08-06 02:32:44 +02:00
kenobi dc66c277b2 big refactoring of none_of_that handler
extracting, better typing, reduction of complexity
2023-07-17 23:30:48 +02:00
kenobi 4cd9c771f0 transfer many poll functions to VoteController 2023-07-05 22:55:24 +02:00
kenobi c351e27fdd perform vote message check in reaction handler
Compile the repository / compile (pull_request) Successful in 1m15s Details
Run unit tests / test (pull_request) Successful in 1m26s Details
2023-06-27 20:23:36 +02:00
kenobi 6d3bea169e return on bot reaction 2023-06-27 20:23:22 +02:00
kenobi 98d1ca73b5 fix newRequestId function
Compile the repository / compile (pull_request) Successful in 1m15s Details
Run unit tests / test (pull_request) Successful in 1m29s Details
2023-06-27 20:19:42 +02:00
kenobi a4a834ad27 refactor reaction handling
- rename
- externalise handling of none_of_that to vote controller
- base for extensions for more reaction handling
2023-06-26 23:48:52 +02:00