-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add db management system libraries for rest of the databases #298
Conversation
So far I've worked on the levelling db part of it. I'm currently working on the items db part and the other ones are yet to be completed. |
Also added missing `self` params in functions
Added database library support for weather cog. |
This PR contains the following topics which need to be replicated in other PRs:
|
Am currently working on items db support. |
Functions that need to be added for items db
|
A new pull request for base implementation of items db has been made. |
Now, for the items db, full migration of commands using items, and testing will be done. |
A complete version of items db was made at #313 |
The PRs mentioned above have covered all of the changes of this one PR. This PR will now be closed. Thank you for your time! |
This was added for the currency system's database. Since no problems were reported from use after it's implementation, I feel like it's time to implement this change to the other databases as well.