Skip to content

Conversation

plun1331
Copy link
Member

Summary

Adds the parent checks to the list of checks to run in can_run.
Fixes #943

Checklist

  • 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
  • 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, ...)

@BobDotCom BobDotCom added Merge with squash priority: medium Medium Priority status: awaiting review Awaiting review from a maintainer labels Feb 16, 2022
@BobDotCom BobDotCom added this to the v2.0 milestone Feb 16, 2022
@krittick
Copy link
Contributor

I can still reproduce the original issue even with this change.

@plun1331
Copy link
Member Author

I can still reproduce the original issue even with this change.

It looks like checks passed to SlashCommandGroup were completely ignored and not added to the group, that should be fixed now.

@krittick krittick enabled auto-merge (squash) March 7, 2022 18:37
@krittick krittick merged commit e9aa339 into Pycord-Development:master Mar 10, 2022
BobDotCom added a commit that referenced this pull request Mar 10, 2022
BobDotCom added a commit that referenced this pull request Mar 10, 2022
Dorukyum added a commit that referenced this pull request Mar 10, 2022
BobDotCom pushed a commit that referenced this pull request Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Medium Priority status: awaiting review Awaiting review from a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

checks passed to checks parameter of SlashCommandGroup constructor are not called
4 participants