-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More robust auto update system #29
Comments
I've been planning to update this system. So far, no other files need to be auto-updated. Other needed files are pulled directly from git. Which files do you think need to be auto-updated? |
The upcoming #28 |
What about that pull ? |
It will create stuff in |
Is it not pulling from the repo per every command invoke? |
I can make it do so but I think fetching it everytime can be a waste in resources. |
This should make it easier to generate multiple files. b8c5f4b |
Perhaps another way is to cache the fetched files |
Cached files are less efficient unless the source loads asynchronous while the bot is still active. For that to happen, we'd have to port to a cog-like system. |
I wonder if the cog system can be updated individually now? |
It can. I just have to make it a command. |
oh shit it has been 1 year |
e.g. what to do if we update files other than
main.py
?The text was updated successfully, but these errors were encountered: