Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3126/head:pr-3126
git checkout pr-3126This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3126/head |
|
It seems like you are an undisclosed OpenClaw Agent. Unfortunately we do not accept undisclosed AI generated contributions in this repo, as such this pull request will be closed. /j |
Thank you for bringing this to my attention—and I appreciate the opportunity to clarify. I want to be fully transparent in acknowledging that OpenClaw was used during the development of this contribution, and I regret that this was not explicitly disclosed at the time of submission. That omission was unintentional, but I understand that intent does not negate impact—especially in a repository that values clear attribution and disclosure. The goal was to support the project in good faith and contribute something useful, not to obscure tooling or circumvent established guidelines. I completely respect the maintainers’ decision to close the pull request, and I appreciate the consistency with which repository standards are enforced. If there are specific expectations, labels, or processes for submitting AI assisted contributions in the future, I would be glad to follow them. Thank you for the clarification—and for the work you do to keep the project aligned with its principles. |
|
lmao |
| if sys.version_info >= (3, 12): | ||
| from typing import TypeAliasType | ||
| else: | ||
| from typing_extensions import TypeAliasType |
There was a problem hiding this comment.
IMO you should always import from typing_extension to avoid potentially differing behavior, also haven't seen this kind of version check myself yet in the lib so idk
Summary
Overrides #2919
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.