Hi,
I have a plugin that is executing various commands when entered in the bot channel.
Especially in my plugin I need to copy using shutil a large amount of date (it could take several minutes).
And in this case the bot is sometimes disconnecting . I there a way to manage this in a asynchronous ways , without perturbing the bot behavior ?