To allow easily to iterate over all messages that fulfill a certain predicate, a message iterator could be implemented.
An early version of such iterator is already implemented in the auto-react branch, but it has a problem which makes the bot unable to respond to interactions while it does background actions on messages. This could be fixed by providing a custom event scheduler. See: #5
To allow easily to iterate over all messages that fulfill a certain predicate, a message iterator could be implemented.
An early version of such iterator is already implemented in the
auto-react
branch, but it has a problem which makes the bot unable to respond to interactions while it does background actions on messages. This could be fixed by providing a custom event scheduler. See: #5