-
Notifications
You must be signed in to change notification settings - Fork 0
Not getting messages #4
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
Comments
I can't check right now, but I can check it out and reply on Friday. |
So that feature is not currently in the package but I looked at it and it seems simple to add, Ill add it by this weekend. |
@Jacoblightning where you able to add it? or can you point me in the direction to add it? |
@alexferra So Sorry, Got very busy, If you want me to point you in the direction to add it, I made a new branch with the changes so far. Basically, contributing is just opening dev tools in Discord and finding the right request. |
@Jacoblightning is it working on that branch? |
Not fully but I have dded a lot of structure to get it working. I just have a lot of other projects going on right now |
test = user.get_dms(False)
this returns this:
{'id': '834962210047393793', 'type': 1, 'last_message_id': '847234498650832917', 'flags': 0, 'recipients': [{'id': '734642980291608617', 'username': 'alpha142116', 'global_name': 'Alpha14', 'avatar': '3b230e62ced2716baf08d7955e751345', 'avatar_decoration_data': None, 'discriminator': '0', 'public_flags': 0, 'clan': None}]}
which does not have the message itself. How to get the message?
The text was updated successfully, but these errors were encountered: