The discord API only allows 20 reactions in a single message. This limit gets often exceeded because of multiple additional roles. The easiest solution would most likely to create a separate message for the extra reactions.
The challenge is that currently the code relies very heavily on the fact that a singe Event == single message and vice versa.