Update object.py #90
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "JDJGInc/patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Checklist
this futhers:
https://github.com/iDevision/enhanced-discord.py/pull/86
I kind of broke the one before
I generated the docs too.
I am not sure what I Can improve, but I think it looks pretty good to me.
to test this pull request, I would use an object converter then have it pass in the id you want to use, then test the attributes.
once you have an object instance, you can try created_at (which works it's from danny's work)
worker_id is new, process_id, increment_id.
object.worker_id
object.process_id
object.increment_id.
then well
object.created_at
since you want to make sure It still works.(it should, I tested this too)
Checkout
From your project repository, check out a new branch and test the changes.