You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: