Skip to content
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

fix(attrs): add factory value to interaction resolved data #1212

Merged

Conversation

Damego
Copy link
Member

@Damego Damego commented Dec 26, 2022

About

This pull request fixes error from this thread
Tested locally:

from interactions import InteractionResolvedData

data = InteractionResolvedData()
print("a" in data.members)

Checklist

  • The pre-commit code linter has been run over all edited files to ensure the code is linted.
  • I've ensured the change(s) work on 3.8.6 and higher.

I've made this pull request: (check all that apply)

  • For the documentation
  • To add a new feature
  • As a general enhancement
  • As a refactor of the library/the library's code
  • To fix an existing bug
  • To resolve #ISSUENUMBER

This is:

  • A breaking change

@Damego Damego added the bug Something isn't working label Dec 26, 2022
@Damego Damego merged commit 628a472 into interactions-py:unstable Jan 10, 2023
@Damego Damego deleted the fix-nonetype-iter-for-interResData branch January 10, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants