TheChilliPL / juan

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

[Feature] Custom Future implementation #5

Open TheChilliPL opened 1 year ago

TheChilliPL commented 1 year ago

To make it possible to have many queued actions with a different algorithm with the default JavaScript FIFO event queue with Promises, a custom Future implementation could be provided.

It could have several useful features.

TheChilliPL commented 1 year ago

Despite the unit tests passing, the implementation in 387e670 seems to crash the bot…