Skip to content

fix: Send correct data to http.create_test_entitlement()#2595

Merged
plun1331 merged 9 commits into
Pycord-Development:masterfrom
lukenamop:master
Oct 4, 2024
Merged

fix: Send correct data to http.create_test_entitlement()#2595
plun1331 merged 9 commits into
Pycord-Development:masterfrom
lukenamop:master

Conversation

@lukenamop

@lukenamop lukenamop commented Oct 2, 2024

Copy link
Copy Markdown
Contributor

Summary

http.create_test_entitlement() asks for (application_id, payload). Previously, guild.create_test_entitlement() was sending (guild_id, payload) and user.create_test_entitlement() was sending (user_id, payload). I've fixed them to send the correct data.

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

Signed-off-by: lukenamop <[email protected]>
Signed-off-by: lukenamop <[email protected]>
@lukenamop

Copy link
Copy Markdown
Contributor Author

create_test_entitlement is currently completely broken, the deadline for bots with paying customers to implement entitlements is coming up in 4 days (October 7). Would love for this fix to be implemented before then.

Comment thread CHANGELOG.md Outdated
lukenamop and others added 2 commits October 4, 2024 10:30
Co-authored-by: Dorukyum <[email protected]>
Signed-off-by: lukenamop <[email protected]>
Signed-off-by: lukenamop <[email protected]>
@lukenamop
lukenamop requested a review from Dorukyum October 4, 2024 15:32
Comment thread CHANGELOG.md Outdated
@lukenamop

Copy link
Copy Markdown
Contributor Author

I've got my production bot running on this fork. Working as intended. Thanks for help with changelog formatting.

@plun1331
plun1331 enabled auto-merge (squash) October 4, 2024 20:39
@plun1331
plun1331 merged commit d7d3afb into Pycord-Development:master Oct 4, 2024
baribarton pushed a commit to baribarton/pycord-no-potential-reconnect that referenced this pull request Oct 24, 2024
…lopment#2595)

* Update guild.py

Signed-off-by: lukenamop <[email protected]>

* Update user.py

Signed-off-by: lukenamop <[email protected]>

* style(pre-commit): auto fixes from pre-commit.com hooks

* Update CHANGELOG.md

Signed-off-by: lukenamop <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Dorukyum <[email protected]>
Signed-off-by: lukenamop <[email protected]>

* Update CHANGELOG.md

Signed-off-by: lukenamop <[email protected]>

* Update CHANGELOG.md

Signed-off-by: plun1331 <[email protected]>

* style(pre-commit): auto fixes from pre-commit.com hooks

---------

Signed-off-by: lukenamop <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dorukyum <[email protected]>
Co-authored-by: plun1331 <[email protected]>
OmLanke pushed a commit to OmLanke/pycord that referenced this pull request Dec 16, 2024
…lopment#2595)

* Update guild.py

Signed-off-by: lukenamop <[email protected]>

* Update user.py

Signed-off-by: lukenamop <[email protected]>

* style(pre-commit): auto fixes from pre-commit.com hooks

* Update CHANGELOG.md

Signed-off-by: lukenamop <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Dorukyum <[email protected]>
Signed-off-by: lukenamop <[email protected]>

* Update CHANGELOG.md

Signed-off-by: lukenamop <[email protected]>

* Update CHANGELOG.md

Signed-off-by: plun1331 <[email protected]>

* style(pre-commit): auto fixes from pre-commit.com hooks

---------

Signed-off-by: lukenamop <[email protected]>
Signed-off-by: plun1331 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dorukyum <[email protected]>
Co-authored-by: plun1331 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants