minecraft_discord_py
minecraft_discord_py copied to clipboard
Improve rendering performance by using an additional thread
Right now the rendering happens on the same thread as the bot itself. Perhaps someone has an idea how to improve this process as it will most likely cause issues when a lot of people are rendering their game view.