This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Add db management system libraries for rest of the databases#298
Closed
cyanogus wants to merge 18 commits intoPyBotDevs:mainfrom
Closed
Add db management system libraries for rest of the databases#298cyanogus wants to merge 18 commits intoPyBotDevs:mainfrom
cyanogus wants to merge 18 commits intoPyBotDevs:mainfrom
Conversation
Contributor
Author
|
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
Contributor
Author
|
Added database library support for weather cog. |
Contributor
Author
Member
|
This PR contains the following topics which need to be replicated in other PRs:
|
Member
|
Am currently working on items db support. |
Member
Functions that need to be added for items db
|
Member
|
A new pull request for base implementation of items db has been made. |
Member
|
Now, for the items db, full migration of commands using items, and testing will be done. |
Member
|
A complete version of items db was made at #313 |
Member
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.