I've been experimenting with both Nim and Python for building Discord bots, and I've noticed that the Nim Discord library seems to have slower performance compared to Python's Discord library. I'm curious about why this might be the case. Are there any specific design choices or implementation details in the Nim library that could be causing this slower performance? Is there anything that can be done to improve the speed of the Nim library when working with Discord bots?
