Skip to content

Using "edit" methods in User and Bot classes does not update the underlying object #146

@amycatgirl

Description

@amycatgirl

What happened?

The edit method in both User and Bot classes make a PATCH request, which then returns the updated object, but the returning object is never actually used after the call, causing the User and Bot classes to contain stale data after editing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions