-
Notifications
You must be signed in to change notification settings - Fork 8
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
Data attribute #3
Comments
I'll do this before the major release of |
@TheUntraceable it is done |
What |
Done it rt |
Not really |
This doesn't make sense. With objects returned from the Discord API, they shouldn't be modified locally because those changes won't be in sync with the Discord API. In turn, this will cause confusion. |
The point of this is so that even if I stop maintaining the library, you should still be able to use it. New attribute? It's in the |
For most of the classes we have, we depend on a
data
argument, we also include aclient
arg for some objects. We should add adata
attribute that will represent thedata
that we took in so that people can modify it to their needs if we don't make an update and there's a new feature. Shouldn't take too long to add but gonna be a little tedious to add.The text was updated successfully, but these errors were encountered: