TheChilliPL / juan

A simple Discord utility bot
Mozilla Public License 2.0
0 stars 0 forks source link

[Feature] Message iterator #4

Open TheChilliPL opened 1 year ago

TheChilliPL commented 1 year ago

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