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
As the title says, move the example from json to an sql-like database, such as sqlite. This imposes the challenge of the user having to set up a database, which is good experience for the user and teaches them not to use storage types such as json.
That is in my Todo list, yeah, but I believe they way you've implemented in the PR was a "as quickly as possible" made feature for it and doesn't contain what it should. For me the PR is a poor implementation of sqlite.
My plans were to move to sqlite once I move it back to discord.py 2.0 (stable, not beta). Hence I don't plan on implementing before doing so.
If discord.py doesn't make a stable release in the coming month, I will move in the coming month.
As the title says, move the example from json to an sql-like database, such as
sqlite
. This imposes the challenge of the user having to set up a database, which is good experience for the user and teaches them not to use storage types such as json.#59
The text was updated successfully, but these errors were encountered: