Hello, I am creating a link plugin between Discord and BeamMP. I have found that the only maintained library for Discord bots is Discordia, and it uses the Luvit async I/O library. I am concerned that this will not work with the environment in which BeamMP plugins run, so I cam here to ask.
(P.S. I believe Luvit is not necessary for basic functions, but only for features such as message receiving, commands, etc.)